UNPKG

@tsed/json-mapper

Version:
9 lines (8 loc) 278 B
import type { Hooks } from "@tsed/hooks"; /** * Trigger the `beforeDeserialize` hooks declared on the schema to massage raw payloads * prior to property mapping. */ export declare function alterBeforeDeserialize(data: any, schema: { $hooks: Hooks; }, options: any): any;