UNPKG

238 BTypeScriptView Raw
1import { ClassTransformOptions } from 'class-transformer';
2/**
3 * Options to be set to class-transformer for the result of the response.
4 */
5export declare function ResponseClassTransformOptions(options: ClassTransformOptions): Function;