Kizuki
    Preparing search index...

    Variable linkReplySchemaConst

    linkReplySchema: ZodObject<
        {
            links: ZodArray<
                ZodObject<{ concept: ZodString; needs: ZodString }, $strip>,
            >;
        },
        $strip,
    > = ...

    The shape the model must reply in when proposing links.