UNPKG

@metricinsights/concierge

Version:

Metric Insights Concierge Component

10 lines 301 B
export interface ElementData { name: string; link: string; elementId: string; segmentId: string | '0'; description: string; customFields: Record<string, string>; } export declare function parseElementMarkdown(markdown: string): ElementData; //# sourceMappingURL=parser.d.ts.map