@nillion/secretvaults
    Preparing search index...

    Variable ReadQueryResponseConst

    ReadQueryResponse: ZodObject<
        {
            data: ZodObject<
                { _id: ZodUUID; collection: ZodUUID; name: ZodString },
                $strip,
            >;
        },
        $strip,
    > = ...

    Read query response.