@nillion/secretvaults
    Preparing search index...

    Variable ReadAboutNodeResponseConst

    ReadAboutNodeResponse: ZodObject<
        {
            build: ZodObject<
                { commit: ZodString; time: ZodISODateTime; version: ZodString },
                $strip,
            >;
            maintenance: ZodObject<
                { active: ZodBoolean; started_at: ZodISODateTime },
                $strip,
            >;
            public_key: ZodString;
            started: ZodISODateTime;
            url: ZodString;
        },
        $strip,
    > = ...

    Node information response.