@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
9 lines (8 loc) • 377 B
TypeScript
import type { MutationOptions } from '../../../types';
export declare const useWithdrawInvitation: (options?: MutationOptions<void, unknown, {
organizationLegalEntityId: string;
inviteeLegalEntityId: string;
}>) => import("@tanstack/preact-query").UseMutationResult<void, unknown, {
organizationLegalEntityId: string;
inviteeLegalEntityId: string;
}, unknown>;