json-joy
    Preparing search index...

    Interface OperationStarts

    interface OperationStarts {
        ignore_case?: boolean;
        op: "starts";
        path: string | Path;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ignore_case?: boolean
    op: "starts"
    path: string | Path
    value: string