UNPKG

im-angular-validators

Version:

This library will help you with lots of already written mostly used validators for Angular 2+ applications.

6 lines (5 loc) 188 B
export interface IMCreditCardErrorInterface { creditCardTypeValidationError?: boolean; creditCardNumberLengthValidatorError?: boolean; creditCardDoesNotExist?: boolean; }