@nillion/secretvaults
    Preparing search index...

    Variable ReadDataAccessResponseConst

    ReadDataAccessResponse: ZodObject<
        {
            data: ZodArray<
                ZodObject<
                    {
                        execute: ZodBoolean;
                        grantee: $ZodBranded<ZodString, "Did">;
                        read: ZodBoolean;
                        write: ZodBoolean;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...

    Data access response.