json-joy
    Preparing search index...

    Interface OperationIn

    interface OperationIn {
        op: "in";
        path: string | Path;
        value: unknown[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "in"
    path: string | Path
    value: unknown[]