export interface IMCreditCardErrorInterface { creditCardTypeValidationError?: boolean; creditCardNumberLengthValidatorError?: boolean; creditCardDoesNotExist?: boolean; }