UNPKG

@mintlify/models

Version:

Mintlify models

11 lines (10 loc) 188 B
export type CtaButton = { type?: 'link'; name: string; url: string; style?: 'pill' | 'roundedRectangle'; arrow?: boolean; } | { type: 'github'; url: string; };