@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
10 lines • 448 B
TypeScript
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