export type WheelSegment = {
    id: number;
    title: string;
    color: string;
    textColor: string;
};
