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