Files
NSG_PORTAL_V2/definitions/base-gender.ts
T

6 lines
134 B
TypeScript
Raw Normal View History

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