Meldbase TypeScript API
Preparing search index...
@meldbase/client
SyncStatus
Interface SyncStatus
interface
SyncStatus
{
error
?:
Error
;
state
:
SyncState
;
token
?:
string
;
}
Index
Properties
error?
state
token?
Properties
Optional
Readonly
error
error
?:
Error
Readonly
state
state
:
SyncState
Optional
Readonly
token
token
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
state
token
Meldbase TypeScript API
Loading...