UNPKG

convex

Version:

Client for the Convex Cloud

8 lines 332 B
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