Optional
@tsed/schema
Usage
typescript
import { Optional } from "@tsed/schema";
See /packages/specs/schema/src/types/decorators/common/optional.ts.
Overview
ts
function Optional(): (...args: any[]) => any;
Description
Add optional annotation on Property or Parameter.