UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

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