Variable ReadQueriesResponseConst
ReadQueriesResponse: ZodObject<
{
data: ZodArray<
ZodObject<
{
_created: ZodISODateTime;
_id: ZodUUID;
_updated: ZodISODateTime;
collection: ZodUUID;
name: ZodString;
owner: $ZodBranded<ZodString, "Did">;
pipeline: ZodArray<ZodRecord<ZodString, ZodUnknown>>;
variables: ZodRecord<
ZodString,
ZodObject<
{
description: ZodOptional<ZodString>;
path: ZodPipe<
ZodPipe<ZodString, ZodTransform<(...), (...)>>,
ZodTransform<string, (...) | (...)>,
>;
},
$strip,
>,
>;
},
$strip,
>,
>;
},
$strip,
> = ...
Queries list response.