import { MgpTypedError, TypedError } from '@mangopay/checkout-sdk-core'; import { UpdateCardRegistrationInput } from './update-card-registration-input'; export interface UpdateCardRegistrationOutput extends TypedError { Id?: string; Tag?: string; CreationDate?: string; UserId?: string; AccessKey?: string; PreregistrationData?: string; RegistrationData?: string; CardId?: string; CardType?: string; CardRegistrationURL?: string; Currency?: string; Date?: string; Message?: string; Type?: string; errors?: MgpTypedError; }