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