UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

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