import { MgpTypedError, ProfilingAttemptReference, TypedError } from '@mangopay/checkout-sdk-core'; import { ViewCardInput } from './view-card-input'; export interface ViewCardResult extends TypedError, ProfilingAttemptReference { ExpirationDate?: string; Alias?: string; CardProvider?: string; CardType?: string; Country?: string; Product?: string; BankCode?: string; Active?: string; Currency?: string; Validity?: string; Date?: string; Message?: string; Type?: string; errors?: MgpTypedError; }