import { JsonParser } from "jackson-js"; export interface IDtoParser { parser: JsonParser; jsonToDto(jsonData: any): Promise; }