Files
NSG_PORTAL_V2/definitions/com/domain-feature.ts
T

5 lines
121 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const domainFeature = [ //Loại domain sếp chưa nghĩ ra
{ id: 0, name: 'No' },
{ id: 1, name: 'Yes' }
];