Type Alias WeivDataConfig
WeivDataConfig: {
defaultDatabaseName?: string;
defaultIdType?: "String" | "ObjectID";
enableSyncLogs?: boolean;
syncDatabase?: string;
}
Type declaration
Optional
defaultDatabaseName?: string
Optional
defaultIdType?: "String" | "ObjectID"
Optional
enableSyncLogs?: boolean
Optional
syncDatabase?: string
Description
You can specify the default database name here, this is optional and can be overwritten by the collectionId you pass to functions. If not defined default value will be ExWeiv.