Spaces:
Sleeping
Sleeping
| /* eslint-disable */ | |
| /** | |
| * Generated `api` utility. | |
| * | |
| * THIS CODE IS AUTOMATICALLY GENERATED. | |
| * | |
| * Generated by [email protected]. | |
| * To regenerate, run `npx convex dev`. | |
| * @module | |
| */ | |
| import { anyApi } from "convex/server"; | |
| /** | |
| * A utility for referencing Convex functions in your app's API. | |
| * | |
| * Usage: | |
| * ```js | |
| * const myFunctionReference = api.myModule.myFunction; | |
| * ``` | |
| */ | |
| export const api = anyApi; | |
| export const internal = anyApi; | |