Interface SeasonObject

interface SeasonObject {
    episodes?: EpisodesObject;
    link: string;
}

Properties

Properties

episodes?: EpisodesObject
link: string

Generated using TypeDoc