Type alias node query result

interface TypeAliasNodeResult {
    docstring: string;
    filePath: string;
    id: string;
    kind: number;
    name: string;
    nodeId: number;
    sources: any[];
    type: any;
}

Hierarchy (view full)

Properties

docstring: string
filePath: string
id: string
kind: number
name: string
nodeId: number
sources: any[]
type: any