This commit is contained in:
2026-03-16 00:12:12 +01:00
parent b507a0e367
commit eccd2f968d
18 changed files with 796 additions and 234 deletions
+9
View File
@@ -0,0 +1,9 @@
export interface Config {
startTime: string;
endTime: string;
duration: string;
seed: number;
candidates: string;
endWithAll: boolean;
mix: string;
}