The CreditCardConfig interface extends the BaseValidatorConfig interface to provide configuration options for credit card validation. It allows you to specify accepted credit card types.
creditCardTypes (Optional): An array containing strings that represent the accepted credit card types (e.g., "visa", "mastercard", "amex"). If not specified, validation likely applies to all common card types.