test
This commit is contained in:
10
convex/_generated/api.d.ts
vendored
10
convex/_generated/api.d.ts
vendored
@@ -8,11 +8,8 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
import type * as abcv from "../abcv.js";
|
||||
import type * as actions_jwt from "../actions/jwt.js";
|
||||
import type * as actions_redis from "../actions/redis.js";
|
||||
import type * as http from "../http.js";
|
||||
import type * as xiong from "../xiong.js";
|
||||
|
||||
import type {
|
||||
ApiFromModules,
|
||||
@@ -21,11 +18,8 @@ import type {
|
||||
} from "convex/server";
|
||||
|
||||
declare const fullApi: ApiFromModules<{
|
||||
abcv: typeof abcv;
|
||||
"actions/jwt": typeof actions_jwt;
|
||||
"actions/redis": typeof actions_redis;
|
||||
http: typeof http;
|
||||
xiong: typeof xiong;
|
||||
}>;
|
||||
|
||||
/**
|
||||
@@ -54,4 +48,6 @@ export declare const internal: FilterApi<
|
||||
FunctionReference<any, "internal">
|
||||
>;
|
||||
|
||||
export declare const components: {};
|
||||
export declare const components: {
|
||||
component: {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user