UNPKG

@jrmc/adonis-attachment

Version:

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

8 lines 235 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ export { AttachmentRecordService as default } from './attachment/index.js'; //# sourceMappingURL=attachment_service.d.ts.map