@eagleoutice/flowr - v2.10.1
    Preparing search index...

    The full underlying information about a TypeScript type element found in source code.

    interface TypeElementInSource {
        comments?: string[];
        extends: string[];
        filePath: string;
        generics: string[];
        kind: TypeElementKind;
        lineNumber: number;
        name: string;
        node: Node;
        properties?: string[];
    }
    Index

    Properties

    comments?: string[]
    extends: string[]
    filePath: string
    generics: string[]
    lineNumber: number
    name: string
    node: Node
    properties?: string[]