UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

6 lines (5 loc) 236 B
import { ITypiaContext } from "@typia/core"; import { INestiaTransformOptions } from "./INestiaTransformOptions"; export interface INestiaTransformContext extends Omit<ITypiaContext, "options"> { options: INestiaTransformOptions; }