PromucFlow_constructor/app/client/src/widgets/RadioGroupWidget/constants.ts
2021-09-09 20:40:22 +05:30

5 lines
67 B
TypeScript

export interface RadioOption {
label: string;
value: string;
}