Repository URL to install this package:
|
Version:
3.5.2 ▾
|
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;