Vana SDK - v4.1.0
    Preparing search index...

    Variable QuestionRegisteredBySchemaConst

    QuestionRegisteredBySchema: ZodUnion<
        readonly [
            ZodObject<{ kind: ZodLiteral<"owner"> }, $strip>,
            ZodObject<
                {
                    kind: ZodLiteral<"builder">;
                    builder: ZodString;
                    grantId: ZodString;
                },
                $strip,
            >,
        ],
    > = ...

    Who registered the question: the owner, or a builder under a grant.