Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
bahiensed committed Nov 9, 2024
1 parent 999bfcb commit 2827871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions convex/_generated/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ import type {
FilterApi,
FunctionReference,
} from "convex/server";
import type * as files from "../files.js";
import type * as http from "../http.js";
import type * as openai from "../openai.js";
import type * as podcasts from "../podcasts.js";
import type * as tasks from "../tasks.js";
import type * as users from "../users.js";

Expand All @@ -27,7 +30,10 @@ import type * as users from "../users.js";
* ```
*/
declare const fullApi: ApiFromModules<{
files: typeof files;
http: typeof http;
openai: typeof openai;
podcasts: typeof podcasts;
tasks: typeof tasks;
users: typeof users;
}>;
Expand Down

0 comments on commit 2827871

Please sign in to comment.