UNPKG

@jrmc/adonis-attachment

Version:

Turn any field on your Lucid model to an attachment data type

5 lines 218 B
import type { HttpContext } from '@adonisjs/core/http'; export default class AttachmentsController { handle({ request, response }: HttpContext): Promise<void>; } //# sourceMappingURL=attachments_controller.d.ts.map