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) 287 B
import type { SetRequired } from 'type-fest'; import type { components } from '#api/taskStatus/taskStatus.contract'; export type TaskStatusEntry = SetRequired<components['schemas']['TaskStatusEntryDto'], 'status' | 'id'>; export type ApiTaskStatus = components['schemas']['TaskStatus'];