Hierarchy

  • Drive

Properties

description: string
displayResult: string
end?: {
    clock: {
        displayValue: string;
    };
    period: {
        number: number;
        type: string;
    };
    text: string;
    yardLine: number;
}

Type declaration

  • clock: {
        displayValue: string;
    }
    • displayValue: string
  • period: {
        number: number;
        type: string;
    }
    • number: number
    • type: string
  • text: string
  • yardLine: number
id: string
isScore: boolean
offensivePlays: number
plays: Play[]
result: string
shortDisplayResult: string
start: {
    clock: {
        displayValue: string;
    };
    period: {
        number: number;
        type: string;
    };
    text: string;
    yardLine: number;
}

Type declaration

  • clock: {
        displayValue: string;
    }
    • displayValue: string
  • period: {
        number: number;
        type: string;
    }
    • number: number
    • type: string
  • text: string
  • yardLine: number
team: {
    abbreviation: string;
    displayName: string;
    logos: Logo[];
    name: string;
    shortDisplayName: string;
}

Type declaration

  • abbreviation: string
  • displayName: string
  • logos: Logo[]
  • name: string
  • shortDisplayName: string
timeElapsed: {
    displayValue: string;
}

Type declaration

  • displayValue: string
yards: number

Generated using TypeDoc