UNPKG

@mintlify/models

Version:

Mintlify models

7 lines (6 loc) 194 B
import { Anchor } from './anchor.js'; import { Tab } from './tab.js'; /** * The shared properties between the two types of divisions, Tabs and Anchors. */ export type Division = Anchor | Tab;