@wearesage/schema
    Preparing search index...

    Type Alias QueryCondition

    type QueryCondition = {
        async?: boolean;
        operator: QueryOperator;
        property: string;
        value: any;
    }
    Index

    Properties

    async?: boolean
    operator: QueryOperator
    property: string
    value: any