feat: add trash page

This commit is contained in:
2025-10-03 23:23:05 +00:00
parent 0e686a1f85
commit c2d9010508
13 changed files with 410 additions and 268 deletions

View File

@@ -13,7 +13,6 @@ import type {
FilterApi,
FunctionReference,
} from "convex/server";
import type * as admin from "../admin.js";
import type * as files from "../files.js";
import type * as filesystem from "../filesystem.js";
import type * as functions from "../functions.js";
@@ -33,7 +32,6 @@ import type * as users from "../users.js";
* ```
*/
declare const fullApi: ApiFromModules<{
admin: typeof admin;
files: typeof files;
filesystem: typeof filesystem;
functions: typeof functions;