Files
artdanj-api/contracts/env.ts
2021-11-10 12:06:58 +01:00

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 {}
}