Variable ReadBuilderProfileResponseConst
ReadBuilderProfileResponse: ZodObject<
{
data: ZodObject<
{
_created: ZodISODateTime;
_id: $ZodBranded<ZodString, "Did">;
_updated: ZodISODateTime;
collections: ZodArray<ZodUUID>;
name: ZodString;
queries: ZodArray<ZodUUID>;
},
$strip,
>;
},
$strip,
> = ...
Profile retrieval response.