view data fixes
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
export interface LeagueRulebookViewData extends ViewData {
|
||||
leagueId: string;
|
||||
leagueName: string;
|
||||
scoringConfig: RulebookScoringConfig;
|
||||
}
|
||||
|
||||
export interface RulebookScoringConfig extends ViewData {
|
||||
scoringPresetName: string | null;
|
||||
|
||||
Reference in New Issue
Block a user