UNPKG

@mft/moneyhub-api-client

Version:
7 lines 232 B
import { ExtraOptions } from "../../../request"; export interface CaasUsersRequests { caasDeleteUser: ({ userId, }: { userId: string; }, options?: ExtraOptions) => Promise<void>; } //# sourceMappingURL=users.d.ts.map