@hhgtech/hhg-components
Version:
Hello Health Group common components
14 lines (13 loc) • 401 B
TypeScript
export declare const ERROR_MESSAGE: {
BABY_GROWTH: {
INVALID_AGE: string;
INVALID_MEASUREMENT_DATE: string;
MEASUREMENT_DATE_LOWER_THAN_BIRTHDAY: string;
BIRTHDAY_REQUIRED: string;
HEAD_REQUIRED: string;
HEIGHT_REQUIRED: string;
WEIGHT_REQUIRED: string;
INVALID_VALUE: string;
AT_LEAST_ONE_OF: string;
};
};