UNPKG

@tsed/schema

Version:
15 lines (13 loc) 254 B
import {Groups} from "../common/groups.js"; /** * Apply Partial group strategy on the input model * * @decorator * @validation * @swagger * @schema * @input */ export function Partial(): ParameterDecorator { return Groups("partial") as any; }