KC's Workspace
    Preparing search index...
    interface TSImportType {
        end: number;
        options: ObjectExpression | null;
        parent?: Node;
        qualifier: TSImportTypeQualifier | null;
        range?: [number, number];
        source: StringLiteral;
        start: number;
        type: "TSImportType";
        typeArguments: TSTypeParameterInstantiation | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    end: number
    options: ObjectExpression | null
    parent?: Node
    qualifier: TSImportTypeQualifier | null
    range?: [number, number]
    start: number
    type: "TSImportType"
    typeArguments: TSTypeParameterInstantiation | null