Variable GetPrecomputationsByIDSchemaConst
GetPrecomputationsByIDSchema: ZodObject<
{
orderBy: ZodOptional<
ZodCustom<
| string & {}
| "created"
| "updated"
| "functionKey"
| "used"
| "-created"
| "+created"
| "-functionKey"
| "+functionKey"
| "-used"
| "+used"
| "-updated"
| "+updated",
| string & {}
| "created"
| "updated"
| "functionKey"
| "used"
| "-created"
| "+created"
| "-functionKey"
| "+functionKey"
| "-used"
| "+used"
| "-updated"
| "+updated",
>,
>;
precomputationIDs: ZodOptional<ZodArray<ZodString>>;
},
$strip,
> = ...