(types): remove depreciated types reference.

This commit is contained in:
2026-08-28 01:45:51 +08:00
parent 2b19710664
commit a9f7f94033
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ export default {
handler: async (context: Client) => {
await checkExpiredBans(context);
}
}
},
};
-1
View File
@@ -3,4 +3,3 @@ export * from './database-types.d';
export * from './e621-types.d';
export * from './handler.d';
export * from './helper-types.d';
export * from './task';