KC's Workspace
    Preparing search index...
    interface TSGlobalDeclaration {
        body: TSModuleBlock;
        declare: boolean;
        end: number;
        global: true;
        id: IdentifierName;
        kind: "global";
        parent?: Node;
        range?: [number, number];
        start: number;
        type: "TSModuleDeclaration";
    }

    Hierarchy (View Summary)

    • Span
      • TSGlobalDeclaration
    Index

    Properties

    declare: boolean
    end: number
    global: true
    kind: "global"
    parent?: Node
    range?: [number, number]
    start: number
    type: "TSModuleDeclaration"