UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

6 lines (5 loc) 160 B
export declare const buildOpenApiMetaTag: ({ filePath, method, path, }: { filePath: string | undefined; method: string; path: string; }) => string;