agentOS API Reference - v0.0.1
    Preparing search index...

    Interface TypeScriptCheckResult

    interface TypeScriptCheckResult {
        diagnostics: TypeScriptDiagnostic[];
        success: boolean;
    }

    Hierarchy (View Summary)

    Index
    diagnostics: TypeScriptDiagnostic[]
    success: boolean