Skip to content

Partial

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/decorators/operations/partial.ts.

Overview

ts
function Partial(): ParameterDecorator;

Description

Apply Partial group strategy on the input model

Released under the MIT License.