LeagueStats/server-v2/contracts/redis.ts
2021-09-11 22:30:37 +02:00

12 lines
260 B
TypeScript

/**
* Contract source: https://git.io/JemcN
*
* Feel free to let us know via PR, if you find something broken in this config
* file.
*/
declare module '@ioc:Adonis/Addons/Redis' {
interface RedisConnectionsList {
local: RedisConnectionConfig
}
}