mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
13 lines
261 B
TypeScript
13 lines
261 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,
|
|
}
|
|
}
|