Plumile JS API
    Preparing search index...

    Interface InvalidArityDiagnostic

    Emitted when an operator receives an unexpected number of values (e.g. between without exactly two items).

    interface InvalidArityDiagnostic {
        detail: string;
        field: string;
        kind: "InvalidArity";
        operator: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail: string
    field: string
    kind: "InvalidArity"
    operator: string