TLStoreOptions
See source codetype TLStoreOptions = TLStoreBaseOptions & {
collaboration?: {
status: null | Signal<'offline' | 'online'>
}
id?: string
} & TLStoreSchemaOptions
Prev
TLStoreEventInfoNext
TLStoreSchemaOptionstype TLStoreOptions = TLStoreBaseOptions & {
collaboration?: {
status: null | Signal<'offline' | 'online'>
}
id?: string
} & TLStoreSchemaOptions