|
| 1 | +import { type FootballTable } from '../../src/footballTables'; |
| 2 | + |
| 3 | +export const table: FootballTable = { |
| 4 | + entries: [ |
| 5 | + { |
| 6 | + position: 1, |
| 7 | + team: { |
| 8 | + name: 'Liverpool', |
| 9 | + id: '9', |
| 10 | + url: '/football/liverpool', |
| 11 | + }, |
| 12 | + gamesPlayed: 29, |
| 13 | + won: 21, |
| 14 | + drawn: 7, |
| 15 | + lost: 1, |
| 16 | + goalsFor: 69, |
| 17 | + goalsAgainst: 27, |
| 18 | + goalDifference: 42, |
| 19 | + points: 70, |
| 20 | + results: [ |
| 21 | + { |
| 22 | + matchId: '1', |
| 23 | + self: { name: 'Liverpool', score: 1 }, |
| 24 | + foe: { name: 'Chelsea', score: 0 }, |
| 25 | + }, |
| 26 | + { |
| 27 | + matchId: '2', |
| 28 | + self: { name: 'Liverpool', score: 3 }, |
| 29 | + foe: { name: 'Arsenal', score: 5 }, |
| 30 | + }, |
| 31 | + { |
| 32 | + matchId: '3', |
| 33 | + self: { name: 'Liverpool', score: 0 }, |
| 34 | + foe: { name: 'West Ham', score: 0 }, |
| 35 | + }, |
| 36 | + { |
| 37 | + matchId: '4', |
| 38 | + self: { name: 'Liverpool', score: 8 }, |
| 39 | + foe: { name: 'Tottenham', score: 10 }, |
| 40 | + }, |
| 41 | + { |
| 42 | + matchId: '5', |
| 43 | + self: { name: 'Liverpool', score: 0 }, |
| 44 | + foe: { name: 'Brighton', score: 0 }, |
| 45 | + }, |
| 46 | + ], |
| 47 | + }, |
| 48 | + { |
| 49 | + position: 2, |
| 50 | + team: { |
| 51 | + name: 'Arsenal', |
| 52 | + id: '1006', |
| 53 | + url: '/football/arsenal', |
| 54 | + }, |
| 55 | + gamesPlayed: 29, |
| 56 | + won: 21, |
| 57 | + drawn: 10, |
| 58 | + lost: 3, |
| 59 | + goalsFor: 53, |
| 60 | + goalsAgainst: 24, |
| 61 | + goalDifference: 29, |
| 62 | + points: 58, |
| 63 | + results: [ |
| 64 | + { |
| 65 | + matchId: '1', |
| 66 | + self: { name: 'Arsenal', score: 4 }, |
| 67 | + foe: { name: 'Brighton', score: 0 }, |
| 68 | + }, |
| 69 | + { |
| 70 | + matchId: '2', |
| 71 | + self: { name: 'Arsenal', score: 3 }, |
| 72 | + foe: { |
| 73 | + name: 'Manchester United', |
| 74 | + score: 0, |
| 75 | + }, |
| 76 | + }, |
| 77 | + { |
| 78 | + matchId: '3', |
| 79 | + self: { name: 'Arsenal', score: 5 }, |
| 80 | + foe: { name: 'West Ham', score: 0 }, |
| 81 | + }, |
| 82 | + { |
| 83 | + matchId: '4', |
| 84 | + self: { name: 'Arsenal', score: 9 }, |
| 85 | + foe: { |
| 86 | + name: 'Manchester City', |
| 87 | + score: 0, |
| 88 | + }, |
| 89 | + }, |
| 90 | + { |
| 91 | + matchId: '5', |
| 92 | + self: { name: 'Arsenal', score: 0 }, |
| 93 | + foe: { name: 'Tottenham', score: 0 }, |
| 94 | + }, |
| 95 | + ], |
| 96 | + }, |
| 97 | + { |
| 98 | + position: 3, |
| 99 | + team: { |
| 100 | + name: 'Nottm Forest', |
| 101 | + id: '15', |
| 102 | + url: '/football/nottinghamforest', |
| 103 | + }, |
| 104 | + gamesPlayed: 29, |
| 105 | + won: 16, |
| 106 | + drawn: 6, |
| 107 | + lost: 7, |
| 108 | + goalsFor: 49, |
| 109 | + goalsAgainst: 35, |
| 110 | + goalDifference: 14, |
| 111 | + points: 54, |
| 112 | + results: [ |
| 113 | + { |
| 114 | + matchId: '1', |
| 115 | + self: { name: 'Nottm Forest', score: 4 }, |
| 116 | + foe: { name: 'Brighton', score: 4 }, |
| 117 | + }, |
| 118 | + { |
| 119 | + matchId: '2', |
| 120 | + self: { name: 'Nottm Forest', score: 0 }, |
| 121 | + foe: { |
| 122 | + name: 'Manchester United', |
| 123 | + score: 0, |
| 124 | + }, |
| 125 | + }, |
| 126 | + { |
| 127 | + matchId: '3', |
| 128 | + self: { name: 'Nottm Forest', score: 0 }, |
| 129 | + foe: { name: 'West Ham', score: 7 }, |
| 130 | + }, |
| 131 | + { |
| 132 | + matchId: '4', |
| 133 | + self: { name: 'Nottm Forest', score: 9 }, |
| 134 | + foe: { |
| 135 | + name: 'Manchester City', |
| 136 | + score: 0, |
| 137 | + }, |
| 138 | + }, |
| 139 | + { |
| 140 | + matchId: '5', |
| 141 | + self: { name: 'Nottm Forest', score: 10 }, |
| 142 | + foe: { name: 'Tottenham', score: 0 }, |
| 143 | + }, |
| 144 | + ], |
| 145 | + }, |
| 146 | + ], |
| 147 | +}; |
0 commit comments