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.

7 lines (6 loc) 383 B
import type { components } from './datasets.contract'; export type DataSetResponse = DataSetSuccessResponseOverride; export type DataSetSuccessResponseOverride = Array<Omit<components['schemas']['LocalizedDataSet'], 'id' | 'name'> & { id: NonNullable<components['schemas']['LocalizedDataSet']['id']>; name: NonNullable<components['schemas']['LocalizedDataSet']['name']>; }>;