Interface IDbConfig

interface IDbConfig {
    ensureIndex?: boolean;
    sort?: { [key: string]: SortDirection };
}

Properties

ensureIndex?: boolean
sort?: { [key: string]: SortDirection }