UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

9 lines (8 loc) 187 B
export type TableOfContentsSectionType = { title: string; slug: string; depth: number; children: TableOfContentsSectionType[]; tabId?: string; viewId?: string; };