@nillion/secretvaults
    Preparing search index...

    Variable CreateOwnedDataRequestConst

    CreateOwnedDataRequest: ZodObject<
        {
            acl: ZodObject<
                {
                    execute: ZodBoolean;
                    grantee: $ZodBranded<ZodString, "Did">;
                    read: ZodBoolean;
                    write: ZodBoolean;
                },
                $strip,
            >;
            collection: ZodUUID;
            data: ZodArray<ZodRecord<ZodString, ZodUnknown>>;
            owner: $ZodBranded<ZodString, "Did">;
        },
        $strip,
    > = ...

    Owned data creation request.