UNPKG

smppjs

Version:
7 lines 281 B
import { DTO, DTOFunction } from '../index'; export type CancelSmResp = DTO; export type CancelSmRespParams = unknown; export interface CancelSmRespFunction extends DTOFunction<CancelSmRespParams, CancelSmResp> { (): CancelSmResp; } //# sourceMappingURL=cancel_sm_resp.d.ts.map