UNPKG

@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.

5 lines (4 loc) 499 B
import type { MutationOptions } from '../../../types'; import type { AccountIdentification } from '../../core/models/api/accountIdentification'; import type { AccountValidationResponse } from './validation.types'; export declare const useValidateAccountIdentification: (options?: Omit<MutationOptions<AccountValidationResponse, unknown, AccountIdentification>, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult<AccountValidationResponse, unknown, AccountIdentification, unknown>;