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

4 lines
103 B
TypeScript

export const digitaldOptions = [
{ title: 'View', value: 1},
{ title: 'Share', value: 0 },
];