Interface OperationTestStringLen

Fails if string is shorter than len characters.

interface OperationTestStringLen {
    len: number;
    not?: boolean;
    op: "test_string_len";
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

len: number
not?: boolean
op: "test_string_len"
path: string | Path