smppjs
Version:
Modern approach to smpp protocol.
7 lines • 302 B
TypeScript
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