mongoloquent
    Preparing search index...

    Interface IQueryBuilderWhere

    interface IQueryBuilderWhere {
        boolean: string;
        column: string;
        operator: string;
        type: string;
        value: any;
    }
    Index

    Properties

    boolean: string
    column: string
    operator: string
    type: string
    value: any