UNPKG

smppjs

Version:
7 lines 266 B
import { DTO, DTOFunction } from '../index'; export type UnbindResp = DTO; export type UnbindRespParams = unknown; export interface UnbindRespFunction extends DTOFunction<UnbindRespParams, UnbindResp> { (): UnbindResp; } //# sourceMappingURL=unbind_resp.d.ts.map