export interface WheelData { option: string; style?: StyleType; } export interface StyleType { backgroundColor?: string; textColor?: string; }