Properties
description
description: string
displayResult
displayResult: string
Optional
end
end?: {
clock: {
displayValue: string;
};
period: {
number: number;
type: string;
};
text: string;
yardLine: number;
}
Type declaration
clock: {
displayValue: string;
}
period: {
number: number;
type: string;
}
number: number
type: string
text: string
yardLine: number
offensivePlays
offensivePlays: number
shortDisplayResult
shortDisplayResult: string
start
start: {
clock: {
displayValue: string;
};
period: {
number: number;
type: string;
};
text: string;
yardLine: number;
}
Type declaration
clock: {
displayValue: string;
}
period: {
number: number;
type: string;
}
number: number
type: string
text: string
yardLine: number
team
team: { abbreviation: string; displayName: string; logos: Logo[]; name: string; shortDisplayName: string; } Type declaration
abbreviation: string
displayName: string
logos: Logo[]
name: string
shortDisplayName: string
timeElapsed
timeElapsed: {
displayValue: string;
}