export interface UNVeryfiCredentials { clientId: string; userName: string; apiKey: string; url: string; }