mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
12 lines
283 B
TypeScript
Executable File
12 lines
283 B
TypeScript
Executable File
/**
|
|
* Contract source: https://git.io/JTm6U
|
|
*
|
|
* Feel free to let us know via PR, if you find something broken in this contract
|
|
* file.
|
|
*/
|
|
|
|
declare module '@ioc:Adonis/Core/Env' {
|
|
type CustomTypes = typeof import('../env').default
|
|
interface EnvTypes extends CustomTypes {}
|
|
}
|