FileSyncletOptions
The FileSyncletOptions type specifies configuration for creating a file-backed Synclet.
(
FileDataConnectorOptions<Depth> &
FileMetaConnectorOptions<Depth> &
{
transport: Transport;
implementations?: SyncletImplementations<Depth>;
} &
SyncletOptions
)| Type | Description | |
|---|---|---|
transport | Transport | The transport property specifies the |
implementations? | SyncletImplementations<Depth> | The implementations property optionally specifies custom conflict resolution implementations. |
Since
v0.0.0