interface DailyRunConfig {
    seed: number;
    starters: Starter;
}

Properties

Properties

seed: number
starters: Starter