@sildeswj/common-libraries
Version:
This is common libraries used for all refeed projects
25 lines • 581 B
TypeScript
export declare const CAN_WEIGHT_KG = 16.5;
export declare const DEFAULT_TIMEZONE = "UTC";
export declare const COLLECTION_ORDER_MEASURE_OPTIONS: {
KG: string;
CAN: string;
PHOTO: string;
};
export declare const COUNTRY_TIME_ZONES: {
KR: string;
VN: string;
US: string;
};
export declare const BUYER_COLLECTION_ORDER_STATUS: {
ACTIVE: string;
DELETED: string;
RETURNED: string;
PRINTED: string;
};
export declare const COUNTRY_CODES: {
KR: string;
US: string;
JP: string;
VN: string;
};
//# sourceMappingURL=constants.d.ts.map