@datatrue/api
    Preparing search index...

    Interface PropertyValidation

    interface PropertyValidation {
        name: string;
        operator: Operator;
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    operator: Operator
    value: string