KC's Workspace
    Preparing search index...
    interface TSEnumDeclaration {
        body: TSEnumBody;
        const: boolean;
        declare: boolean;
        end: number;
        id: BindingIdentifier;
        parent?: Node;
        range?: [number, number];
        start: number;
        type: "TSEnumDeclaration";
    }

    Hierarchy (View Summary)

    • Span
      • TSEnumDeclaration
    Index

    Properties

    const: boolean
    declare: boolean
    end: number
    parent?: Node
    range?: [number, number]
    start: number
    type: "TSEnumDeclaration"