Type alias node stored in SurrealDB

interface TypeAliasNode {
    docstring: string;
    embeddingHash: string;
    embeddingId: any;
    filePath: string;
    kind: number;
    lastUpdated: Date;
    name: string;
    nodeHash: string;
    nodeId: number;
    sources: SourceLocation[];
    type: any;
}

Properties

docstring: string
embeddingHash: string
embeddingId: any
filePath: string
kind: number
lastUpdated: Date
name: string
nodeHash: string
nodeId: number
sources: SourceLocation[]
type: any