UNPKG

@mintlify/models

Version:

Mintlify models

3 lines (2 loc) 175 B
export declare const apiPlaygroundDisplayTypes: readonly ["interactive", "simple", "none"]; export type ApiPlaygroundDisplayType = (typeof apiPlaygroundDisplayTypes)[number];