json-joy
    Preparing search index...

    Interface OperationTestString

    interface OperationTestString {
        not?: boolean;
        op: "test_string";
        path: string | Path;
        pos: number;
        str: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    not?: boolean
    op: "test_string"
    path: string | Path
    pos: number
    str: string