UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

16 lines (15 loc) 311 B
export type MdxCodeExampleData = { type: string; name?: string; attributes?: { type: string; name: string; value: string; }[]; children?: { filename?: string; html?: string; name?: unknown; children?: MdxCodeExampleData[]; }[]; };