UNPKG

@jrmc/adonis-attachment

Version:

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

18 lines 467 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import { BaseCommand } from '@adonisjs/core/ace'; /** * The make controller command to create an HTTP controller */ export default class MakeConverter extends BaseCommand { static commandName: string; static description: string; name: string; protected stubPath: string; run(): Promise<void>; } //# sourceMappingURL=converter.d.ts.map