1.1.3
This commit is contained in:
4
convex/_generated/api.d.ts
vendored
4
convex/_generated/api.d.ts
vendored
@@ -8,9 +8,11 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
import type * as audit from "../audit.js";
|
||||
import type * as auth from "../auth.js";
|
||||
import type * as authActions from "../authActions.js";
|
||||
import type * as authGuard from "../authGuard.js";
|
||||
import type * as bans from "../bans.js";
|
||||
import type * as categories from "../categories.js";
|
||||
import type * as channelKeys from "../channelKeys.js";
|
||||
import type * as channels from "../channels.js";
|
||||
@@ -43,9 +45,11 @@ import type {
|
||||
} from "convex/server";
|
||||
|
||||
declare const fullApi: ApiFromModules<{
|
||||
audit: typeof audit;
|
||||
auth: typeof auth;
|
||||
authActions: typeof authActions;
|
||||
authGuard: typeof authGuard;
|
||||
bans: typeof bans;
|
||||
categories: typeof categories;
|
||||
channelKeys: typeof channelKeys;
|
||||
channels: typeof channels;
|
||||
|
||||
Reference in New Issue
Block a user