Skip to content

Commit e23fc18

Browse files
committed
ad api.d.ts
1 parent 96039a6 commit e23fc18

File tree

1 file changed

+2
-0
lines changed
  • packages/server/convex/_generated

1 file changed

+2
-0
lines changed

packages/server/convex/_generated/api.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import type * as appConfigs from "../appConfigs.js";
1212
import type * as courseOfferings from "../courseOfferings.js";
1313
import type * as courses from "../courses.js";
1414
import type * as helpers_auth from "../helpers/auth.js";
15+
import type * as helpers_timeConflicts from "../helpers/timeConflicts.js";
1516
import type * as http from "../http.js";
1617
import type * as prerequisites from "../prerequisites.js";
1718
import type * as programs from "../programs.js";
@@ -42,6 +43,7 @@ declare const fullApi: ApiFromModules<{
4243
courseOfferings: typeof courseOfferings;
4344
courses: typeof courses;
4445
"helpers/auth": typeof helpers_auth;
46+
"helpers/timeConflicts": typeof helpers_timeConflicts;
4547
http: typeof http;
4648
prerequisites: typeof prerequisites;
4749
programs: typeof programs;

0 commit comments

Comments
 (0)