Files
NSG_PORTAL_V2/definitions/base-gender.ts
T

6 lines
124 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const BaseGender = [
2024-06-28 15:39:26 +07:00
{ title: "Nam", value: 1 },
{ title: "Nữ", value: 2 },
{ title: "Khác", value: 3 },
];