UNPKG

@jrmc/adonis-attachment

Version:

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

9 lines 264 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import type { LockService } from '../types/lock.js'; export declare const verrou: (lock?: LockService) => LockService; //# sourceMappingURL=lock.d.ts.map