LeagueStats/server/contracts/redis.ts

13 lines
261 B
TypeScript
Raw Permalink Normal View History

2020-10-04 14:14:10 +00:00
/**
* 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,
}
}