feat: update ESLint and TypeScript configurations across frontend and backend; enhance component structure and improve data handling in various modules
This commit is contained in:
15
apps/web/convex/_generated/api.d.ts
vendored
15
apps/web/convex/_generated/api.d.ts
vendored
@@ -8,11 +8,7 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
import type {
|
||||
ApiFromModules,
|
||||
FilterApi,
|
||||
FunctionReference,
|
||||
} from "convex/server";
|
||||
import type { ApiFromModules, FilterApi, FunctionReference } from 'convex/server';
|
||||
|
||||
/**
|
||||
* A utility for referencing Convex functions in your app's API.
|
||||
@@ -25,13 +21,10 @@ import type {
|
||||
declare const fullApi: ApiFromModules<{}>;
|
||||
declare const fullApiWithMounts: typeof fullApi;
|
||||
|
||||
export declare const api: FilterApi<
|
||||
typeof fullApiWithMounts,
|
||||
FunctionReference<any, "public">
|
||||
>;
|
||||
export declare const api: FilterApi<typeof fullApiWithMounts, FunctionReference<any, 'public'>>;
|
||||
export declare const internal: FilterApi<
|
||||
typeof fullApiWithMounts,
|
||||
FunctionReference<any, "internal">
|
||||
typeof fullApiWithMounts,
|
||||
FunctionReference<any, 'internal'>
|
||||
>;
|
||||
|
||||
export declare const components: {};
|
||||
|
||||
Reference in New Issue
Block a user