RemoteTLStoreWithStatus
See source codetype RemoteTLStoreWithStatus = Exclude<
TLStoreWithStatus,
| {
status: 'not-synced'
}
| {
status: 'synced-local'
}
>Prev
OmitVoidNext
AlertSeveritytype RemoteTLStoreWithStatus = Exclude<
TLStoreWithStatus,
| {
status: 'not-synced'
}
| {
status: 'synced-local'
}
>We use cookies on this website.
Learn more in our Cookie Policy.