KC's Workspace
    Preparing search index...
    interface TSInterfaceDeclaration {
        body: TSInterfaceBody;
        declare: boolean;
        end: number;
        extends: TSInterfaceHeritage[];
        id: BindingIdentifier;
        parent?: Node;
        range?: [number, number];
        start: number;
        type: "TSInterfaceDeclaration";
        typeParameters: TSTypeParameterDeclaration | null;
    }

    Hierarchy (View Summary)

    • Span
      • TSInterfaceDeclaration
    Index

    Properties

    declare: boolean
    end: number
    parent?: Node
    range?: [number, number]
    start: number
    type: "TSInterfaceDeclaration"
    typeParameters: TSTypeParameterDeclaration | null