Type alias UserInputDataTypeAdapter<ModelType, MongoDBType, KenxDBType>

UserInputDataTypeAdapter<ModelType, MongoDBType, KenxDBType>: Partial<DataTypeAdapter<ModelType, KenxDBType | MongoDBType>> & {
    cache?: Partial<DataTypeAdapter<ModelType, string>>;
    knex?: Partial<DataTypeAdapter<ModelType, KenxDBType>>;
    memory?: Partial<DataTypeAdapter<ModelType, MongoDBType>>;
    mongo?: Partial<DataTypeAdapter<ModelType, MongoDBType>>;
}

Type Parameters

  • ModelType

  • MongoDBType

  • KenxDBType

Generated using TypeDoc