UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

10 lines 303 B
import type { ExternalPlatform } from './external-platform.js'; export interface ParsedExternalReference { platform: ExternalPlatform; org: string; repo: string; blockId: string | null; gitRef: string | null; raw: string; } //# sourceMappingURL=parsed-external-reference.d.ts.map