UNPKG

@jrmc/adonis-attachment

Version:

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

15 lines 395 B
/** * @jrmc/adonis-attachment * * @license MIT * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr> */ import type { Attachment } from '../../types/attachment.js'; export default class VariantPurger { #private; constructor(filters?: { variants?: string[]; }); purge(attachments: Attachment[]): Promise<void>; } //# sourceMappingURL=variant_purger_service.d.ts.map