Variable: GetPrecomputationsSchema
ts
const GetPrecomputationsSchema: ZodObject<{
functionKey: ZodOptional<ZodArray<ZodString>>;
maxResults: ZodOptional<ZodNumber>;
orderBy: ZodOptional<ZodString>;
startAt: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/cloud/parameters/getPrecomputations.ts:3