@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Interface SpelDiagnostic

    interface SpelDiagnostic {
        code: string;
        from: number;
        message: string;
        severity: DiagnosticSeverity;
        source: DiagnosticSource;
        to: number;
    }
    Index
    code: string
    from: number
    message: string
    to: number