Interface OperationTestString

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

Hierarchy (view full)

Properties

Properties

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