v2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface Config {
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
duration: string;
|
||||
seed: number;
|
||||
candidates: string;
|
||||
endWithAll: boolean;
|
||||
mix: string;
|
||||
}
|
||||
Reference in New Issue
Block a user