UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

6 lines (5 loc) 263 B
import { OpenAPI } from 'openapi-types'; /** * Resolves the display name for a tag. Prioritizes x-group extension, falls back to tag name. */ export declare const getTagDisplayName: (tagName: string | undefined, schema: OpenAPI.Document) => string | undefined;