mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
|
|
declare module '@ioc:Adonis/League' {
|
||
|
|
interface Account {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|