PromucFlow_constructor/app/client/src/widgets/RadioGroupWidget/constants.ts

5 lines
67 B
TypeScript
Raw Normal View History

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