@nillion/secretvaults
    Preparing search index...

    Variable ListDataReferencesResponseConst

    ListDataReferencesResponse: ZodObject<
        {
            data: ZodArray<
                ZodObject<
                    {
                        builder: $ZodBranded<ZodString, "Did">;
                        collection: ZodUUID;
                        document: ZodUUID;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...

    User data references response.