convex
Version:
Client for the Convex Cloud
8 lines • 332 B
TypeScript
import { AnyFunctionReference } from "../api.js";
type AnyInterfaceType = {
[key: string]: AnyInterfaceType;
} & AnyFunctionReference;
export type AnyComponentReference = Record<string, AnyInterfaceType>;
export declare function extractReferencePath(reference: any): string | null;
export {};
//# sourceMappingURL=index.d.ts.map