UNPKG

@tsed/schema

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