Skip to content

OS2SecurityBasic

@tsed/openspec

Usage

typescript
import { OS2SecurityBasic } from "@tsed/openspec";

See /packages/specs/openspec/src/types/openspec2/OS2Security.ts.

Overview

ts
interface OS2SecurityBasic extends OS2SecurityBase {
    type: "basic";
}

type

ts
type: "basic";

Released under the MIT License.