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'
}
>