import type { components } from './idNowProvider.contract.d'; export type StartIdentificationResponse = components['schemas']['StartIdentificationResponse']; export type IdentificationStatusResponse = Omit & { status: 'pending' | 'finished' | 'outdated'; providerStatus?: 'REVIEW_PENDING' | 'FRAUD_SUSPICION_PENDING' | 'SUCCESS' | 'SUCCESS_DATA_CHANGED' | 'FRAUD_SUSPICION_CONFIRMED' | 'ABORTED' | 'CANCELLED'; };