@jrmc/adonis-attachment
Version:
Turn any field on your Lucid model to an attachment data type
15 lines • 762 B
TypeScript
/**
* @jrmc/adonis-attachment
*
* @license MIT
* @copyright Jeremy Chaufourier <jeremy@chaufourier.fr>
*/
export { default as AttachmentRecordService } from './attachment_recorder_service.js';
export { AttachmentTransactionService } from './attachment_transaction_service.js';
export { AttachmentPersisterService } from './attachment_persister_service.js';
export { AttachmentVariantService } from './attachment_variant_service.js';
export { AttachmentDetachmentService } from './attachment_detachment_service.js';
export { AttachmentUtils } from './attachment_utils.js';
export type { TransactionOptions } from './attachment_transaction_service.js';
export type { VariantOptions } from './attachment_variant_service.js';
//# sourceMappingURL=index.d.ts.map