Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / build / dist / validators / errorMessage.d.ts
Size: Mime:
declare const errorMessageIndexed: {
    email: string;
    emailAndPhone: string;
    enterPassword: string;
    newPassword: string;
    password: string;
    confirmPassword: string;
    currentPassword: string;
    name: string;
    firstName: string;
    lastName: string;
    middleName: string;
    nameWithoutSpace: string;
    /** @deprecated @name */
    phoneNumber: string;
    telephone: string;
    addressRequired: string;
    zipCode: string;
    creditCard: string;
    cvvNumber: string;
    expiryDate: string;
    expirationMonth: string;
    expirationYear: string;
    otp: string;
    promoCode: string;
    securityQuestionAnswer: string;
    orderId: string;
    selectSecurityQuestion: string;
    city: string;
    state: string;
    country: string;
    postalCode: string;
    addressLine1: string;
    addressLine2: string;
    required: string;
    invalidInput: string;
    invalidPin: string;
    passwordSameAsEmail: string;
    couponCode: string;
    cancelReason: string;
    returnReason: string;
    securityCode: string;
    organizationName: string;
    taxId: string;
    selectRole: string;
    selectTeam: string;
    selectQuestion: string;
};
declare function errorMessage(type: keyof typeof errorMessageIndexed): string;
export { errorMessage as errorMessageFor };
export { errorMessage };
export default errorMessage;