Preparing search index...
The search index is not available
Evolu
Evolu
@evolu/common
Sync
Interface Sync
interface
Sync
{
init
:
(
(
owner
:
Owner
)
=>
Effect
<
void
,
never
,
never
>
)
;
sync
:
(
(
syncData
:
SyncData
)
=>
Effect
<
SyncResult
,
SyncStateIsNotSynced
,
Config
>
)
;
}
Index
Properties
init
sync
Properties
Readonly
init
init
:
(
(
owner
:
Owner
)
=>
Effect
<
void
,
never
,
never
>
)
Readonly
sync
sync
:
(
(
syncData
:
SyncData
)
=>
Effect
<
SyncResult
,
SyncStateIsNotSynced
,
Config
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
sync
Evolu
Loading...