4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
export const digitaldOptions = [
|
|
{ title: 'View', value: 1},
|
|
{ title: 'Share', value: 0 },
|
|
]; |