File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/server/convex/_generated Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import type * as appConfigs from "../appConfigs.js";
1212import type * as courseOfferings from "../courseOfferings.js" ;
1313import type * as courses from "../courses.js" ;
1414import type * as helpers_auth from "../helpers/auth.js" ;
15+ import type * as helpers_timeConflicts from "../helpers/timeConflicts.js" ;
1516import type * as http from "../http.js" ;
1617import type * as prerequisites from "../prerequisites.js" ;
1718import 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 ;
You can’t perform that action at this time.
0 commit comments