Variable CreateOwnedDataRequestConst
CreateOwnedDataRequest: ZodObject<
{
acl: ZodObject<
{
execute: ZodBoolean;
grantee: $ZodBranded<
ZodPipe<ZodString, ZodTransform<string, string>>,
"Did",
>;
read: ZodBoolean;
write: ZodBoolean;
},
$strip,
>;
collection: ZodUUID;
data: ZodArray<ZodRecord<ZodString, ZodUnknown>>;
owner: $ZodBranded<
ZodPipe<ZodString, ZodTransform<string, string>>,
"Did",
>;
},
$strip,
> = ...
Owned data creation request.