Files
NSG_PORTAL_V2/definitions/base-gender.ts
T
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

6 lines
134 B
TypeScript

export const BaseGender = [
{ title: 'Nam', value: 1 },
{ title: 'Nữ', value: 2 },
{ title: 'Khác', value: 3 },
];