UNPKG
@metricinsights/concierge
Version:
latest (1.0.0)
1.0.0
Metric Insights Concierge Component
@metricinsights/concierge
/
dist
/
components
/
element
/
parser.d.ts
10 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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