RemoteTLStoreWithStatus

See source code
type RemoteTLStoreWithStatus = Exclude<
  TLStoreWithStatus,
  | {
      status: 'not-synced'
    }
  | {
      status: 'synced-local'
    }
>
Prev
OmitVoid
Next
AlertSeverity