@jrmc/adonis-attachment
Version:
Turn any field on your Lucid model to an attachment data type
12 lines • 327 B
TypeScript
/**
* @jrmc/adonis-attachment
*
* @license MIT
* @copyright Jeremy Chaufourier <jeremy@chaufourier.fr>
*/
import type { AttachmentVariants } from '@jrmc/adonis-attachment';
export type RegenerateOptions = {
attributes?: string[];
variants?: (keyof AttachmentVariants)[];
};
//# sourceMappingURL=regenerate.d.ts.map