Skip to content

Commit

Permalink
Update convex generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 16, 2024
1 parent ac30ca5 commit 9bbe21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import type {
} from "convex/server";
import type * as auth from "../auth.js";
import type * as constants from "../constants.js";
import type * as cron from "../cron.js";
import type * as games from "../games.js";
import type * as http from "../http.js";
import type * as init from "../init.js";
Expand All @@ -38,6 +39,7 @@ import type * as users from "../users.js";
declare const fullApi: ApiFromModules<{
auth: typeof auth;
constants: typeof constants;
cron: typeof cron;
games: typeof games;
http: typeof http;
init: typeof init;
Expand Down

0 comments on commit 9bbe21d

Please sign in to comment.