Type alias ConfigurationWithoutSync

ConfigurationWithoutSync: BaseConfiguration & {
    sync?: never;
}

Generated using TypeDoc