declare module '@ioc:Adonis/Core/Application' { import AttachmentLite from '@ioc:Gotedo/Adonis/AttachmentLite'; interface ContainerBindings { 'Gotedo/Adonis/AttachmentLite': typeof AttachmentLite; } }