UNPKG

smppjs

Version:
7 lines 302 B
import { DTO, DTOFunction } from '../index'; export type EnquireLinkResp = DTO; export type EnquireLinkRespParams = unknown; export interface EnquireLinkRespFunction extends DTOFunction<EnquireLinkRespParams, EnquireLinkResp> { (): EnquireLinkResp; } //# sourceMappingURL=enquire_link_resp.d.ts.map