UNPKG

convex

Version:

Client for the Convex Cloud

11 lines (10 loc) 315 B
"use strict"; import { z } from "zod"; export const componentDefinitionPath = z.string(); export const componentPath = z.string(); export const canonicalizedModulePath = z.string(); export const componentFunctionPath = z.object({ component: z.string(), udfPath: z.string() }); //# sourceMappingURL=paths.js.map