UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 174 B
import { SecurityOption } from '@mintlify/validation'; export declare const getSecurityOptionsForAuthMethod: (method: string | undefined, name?: string) => SecurityOption[];