UNPKG

@jrmc/adonis-attachment

Version:

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

6 lines 176 B
import type { DriveService } from '@adonisjs/drive/types'; export type Drive = { driveManager: DriveService; diskDefault: string; }; //# sourceMappingURL=drive.d.ts.map