Plumile JS API
    Preparing search index...

    Interface BaseDiagnostic

    Common diagnostic shape. Consumers should refine via the kind discriminant before reading additional fields.

    interface BaseDiagnostic {
        detail?: string;
        field?: string;
        kind: string;
        operator?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    detail?: string
    field?: string
    kind: string
    operator?: string