json-joy
    Preparing search index...

    Interface OperationEnds

    interface OperationEnds {
        ignore_case?: boolean;
        op: "ends";
        path: string | Path;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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