UNPKG

@stoplight/spectral

Version:

A flexible object linter with out of the box support for OpenAPI v2 and v3.

7 lines (6 loc) 237 B
import { JsonPath } from '@stoplight/types'; import { IFunction } from '../../../../types'; export declare type functionName = 'oasOpSecurityDefined'; export declare const oasOpSecurityDefined: IFunction<{ schemesPath: JsonPath; }>;