aboutsummaryrefslogtreecommitdiffstats
path: root/types
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-11 19:15:20 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit8fec21d6bccfa778c14c1714d6444312e36fc3f1 (patch)
treecab910ad5048eece2d229648f2c17000ac86a44d /types
parentupdates (diff)
downloadferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.tar.gz
ferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.tar.zst
ferdium-server-8fec21d6bccfa778c14c1714d6444312e36fc3f1.zip
Diffstat (limited to 'types')
-rw-r--r--types/drive.ts13
-rw-r--r--types/events.ts2
2 files changed, 1 insertions, 14 deletions
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 @@
1/**
2 * Contract source: https://git.io/JBt3I
3 *
4 * Feel free to let us know via PR, if you find something broken in this contract
5 * file.
6 */
7
8import { InferDisksFromConfig } from '@adonisjs/core/build/config';
9import driveConfig from '../config/drive.js';
10
11declare module '@ioc:Adonis/Core/Drive' {
12 interface DisksList extends InferDisksFromConfig<typeof driveConfig> {}
13}
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 @@
7 7
8import User from '#app/Models/User'; 8import User from '#app/Models/User';
9 9
10declare module '@ioc:Adonis/Core/Event' { 10declare module '@adonisjs/core/events' {
11 /* 11 /*
12 |-------------------------------------------------------------------------- 12 |--------------------------------------------------------------------------
13 | Define typed events 13 | Define typed events