UNPKG

@mft/moneyhub-api-client

Version:
10 lines 448 B
import { ApiResponse, ExtraOptions } from "../../request"; export declare type CreateResellerCheckRequest = ({ companyRegistrationNumber, email, telephone, }: { companyRegistrationNumber: string; email: string; telephone?: string; }, options?: ExtraOptions) => Promise<ApiResponse<null>>; export interface ResellerCheckRequests { createResellerCheckRequest: CreateResellerCheckRequest; } //# sourceMappingURL=reseller-check.d.ts.map