2023-03-03 15:54:28 +00:00
|
|
|
/**
|
|
|
|
* Contract source: https://git.io/JBt3I
|
|
|
|
*
|
|
|
|
* Feel free to let us know via PR, if you find something broken in this contract
|
|
|
|
* file.
|
|
|
|
*/
|
|
|
|
|
2024-03-14 19:25:27 +00:00
|
|
|
// import type { InferDisksFromConfig } from '@adonisjs/core/build/config';
|
|
|
|
// import type driveConfig from '../config/drive.js';
|
2023-03-03 15:54:28 +00:00
|
|
|
|
2024-03-14 19:25:27 +00:00
|
|
|
// declare module '@ioc:Adonis/Core/Drive' {
|
|
|
|
// interface DisksList extends InferDisksFromConfig<typeof driveConfig> {}
|
|
|
|
// }
|