Variable ExportCasesResponseConst
ExportCasesResponse: ZodObject<
{
error: ZodOptional<
ZodObject<
{
code: ZodOptional<ZodNumber>;
details: ZodOptional<
ZodArray<ZodObject<{ "@type": ZodOptional<ZodString> }, $strip>>,
>;
message: ZodOptional<ZodString>;
},
$strip,
>,
>;
result: ZodOptional<ZodObject<{ data: ZodOptional<ZodString> }, $strip>>;
},
$strip,
> = ...