@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) • 392 B
TypeScript
import type { DataSetResponse } from '../datasets/datasets.types';
import type { QueryOptions } from '../types';
export type QueryKeySourceOfFundsTypes = ['sourceOfFundsTypes'];
export declare const useSourceOfFundsTypes: (options?: QueryOptions<DataSetResponse>) => import("@tanstack/preact-query").UseQueryResult<import("../datasets/datasets.types").DataSetSuccessResponseOverride, Error>;