From 8fec21d6bccfa778c14c1714d6444312e36fc3f1 Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:15:20 +0530 Subject: more updates --- types/drive.ts | 13 ------------- types/events.ts | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 types/drive.ts (limited to 'types') diff --git a/types/drive.ts b/types/drive.ts deleted file mode 100644 index e8aa2c4..0000000 --- a/types/drive.ts +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Contract source: https://git.io/JBt3I - * - * Feel free to let us know via PR, if you find something broken in this contract - * file. - */ - -import { InferDisksFromConfig } from '@adonisjs/core/build/config'; -import driveConfig from '../config/drive.js'; - -declare module '@ioc:Adonis/Core/Drive' { - interface DisksList extends InferDisksFromConfig {} -} diff --git a/types/events.ts b/types/events.ts index 8bf1adc..54982bb 100644 --- a/types/events.ts +++ b/types/events.ts @@ -7,7 +7,7 @@ import User from '#app/Models/User'; -declare module '@ioc:Adonis/Core/Event' { +declare module '@adonisjs/core/events' { /* |-------------------------------------------------------------------------- | Define typed events -- cgit v1.2.3-70-g09d2