export interface UpdateCardRegistrationInput { ClientId: string; RegistrationData: string; CardRegistrationId: string; CardHolderName?: string; }