UNPKG

convex

Version:

Client for the Convex Cloud

10 lines (9 loc) 237 B
"use strict"; import { z } from "zod"; export const reference = z.string(); export const authInfo = z.object({ applicationID: z.string(), domain: z.string() }); export const identifier = z.string(); //# sourceMappingURL=types.js.map