less hacking way of pulling poe data
This commit is contained in:
6
app/model/league.ts
Normal file
6
app/model/league.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ILeague {
|
||||
endAt?: string;
|
||||
id: string;
|
||||
startAt: string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user