@lesjoursfr/agenda
    Preparing search index...

    Interface IDbConfig

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

    Properties

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