UNPKG

@omer-x/openapi-types

Version:

TypeScript types for the OpenAPI Specification

5 lines (4 loc) 140 B
/** * Lists the required security schemes to execute this operation. */ export type SecurityRequirementObject = Record<string, string[]>;