UNPKG

@jrmc/adonis-attachment

Version:

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

10 lines 276 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import { AttachmentService } from '../src/types/config.js'; declare let manager: AttachmentService; export { manager as default }; //# sourceMappingURL=main.d.ts.map