UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 146 B
export type TableOfContentsSectionType = { title: string; slug: string; depth: number; children: TableOfContentsSectionType[]; };