Plumile JS API
    Preparing search index...

    Interface DuplicateBetweenDiagnostic

    Indicates that multiple between declarations were encountered for the same field; only the first is kept.

    interface DuplicateBetweenDiagnostic {
        detail?: string;
        field: string;
        kind: "DuplicateBetween";
        operator?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail?: string
    field: string
    kind: "DuplicateBetween"
    operator?: string