This commit is contained in:
Tomas Dvorak
2025-11-11 10:29:30 +01:00
parent d5b4faea61
commit 8762bde4bf
139 changed files with 7240 additions and 2870 deletions
+3
View File
@@ -12,6 +12,9 @@ export type Sweepstake = {
picker_style?: 'wheel' | 'cycler' | string;
total_prizes?: number;
prize_summary?: string;
entry_cost_points?: number;
entry_fee_czk?: number;
max_entries_per_user?: number;
winners_selected_at?: string | null;
visibility_until?: string | null;
};