Files
NSG_PORTAL_V2/definitions/feature-options.ts
T

7 lines
223 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const featureOptions = [
{ title: 'Important', value: 'Important' },
{ title: 'Feature', value: 'Feature' },
{ title: 'Trending', value: 'Trending' },
{ title: 'Navigation', value: 'Navigation' },
];