SyncletOptions
The SyncletOptions type configures identifiers and logging for a Synclet instance.
{
id?: string;
logger?: Logger;
}| Type | Description | |
|---|---|---|
id? | string | The id option overrides the generated synclet identifier. |
logger? | Logger | The logger option supplies the |
Since
v0.0.0