UNPKG

@jrmc/adonis-attachment

Version:

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

9 lines 284 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import type Configure from '@adonisjs/core/commands/configure'; export declare function configure(command: Configure): Promise<void>; //# sourceMappingURL=configure.d.ts.map