Skip to content

transformSecurity

@tsed/schema

Usage

typescript
import { transformSecurity } from "@tsed/schema";

See /packages/specs/schema/src/utils/transformToOS2.ts.

Overview

ts
function transformSecurity(securitySchemes: any): Record<string, OS2Security>;

Released under the MIT License.