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.

3 lines (2 loc) 280 B
import type { MappingKey } from './mapping/mappingRecord'; export declare const omitObscuredFieldsIfUnchanged: <Schema extends Record<string, any>>(obscuredFields: Array<MappingKey<Schema>>, dataSubmitted: Schema | undefined, savedData: Schema | undefined) => Schema | undefined;