- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
9 lines
261 B
TypeScript
9 lines
261 B
TypeScript
import { ClassTransformOptions } from '../interfaces/external/class-transform-options.interface';
|
|
import { Type } from '../interfaces';
|
|
/**
|
|
* @publicApi
|
|
*/
|
|
export interface ClassSerializerContextOptions extends ClassTransformOptions {
|
|
type?: Type<any>;
|
|
}
|