UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

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