@nillion/secretvaults
    Preparing search index...

    Variable ReadDataResponseConst

    ReadDataResponse: ZodObject<
        {
            data: ZodObject<
                {
                    _acl: ZodArray<
                        ZodObject<
                            {
                                execute: ZodBoolean;
                                grantee: $ZodBranded<ZodString, "Did">;
                                read: ZodBoolean;
                                write: ZodBoolean;
                            },
                            $strip,
                        >,
                    >;
                    _created: ZodISODateTime;
                    _id: ZodUUID;
                    _owner: $ZodBranded<ZodString, "Did">;
                    _updated: ZodISODateTime;
                },
                $loose,
            >;
        },
        $strip,
    > = ...