Interface BlockedSeasonsObject

interface BlockedSeasonsObject {
    [season: string | number]: "all" | string[];
}

Indexable

[season: string | number]: "all" | string[]

Generated using TypeDoc