@sentio/sdk
    Preparing search index...

    Interface EntityUpdateData_FieldValue

    interface EntityUpdateData_FieldValue {
        op: EntityUpdateData_Operator;
        value: undefined | RichValue;
    }
    Index

    Properties

    Properties

    value: undefined | RichValue