Kizuki
    Preparing search index...

    Variable linkEventSchemaConst

    linkEventSchema: ZodDiscriminatedUnion<
        [
            ZodObject<
                {
                    at: ZodISODateTime;
                    conceptId: ZodString;
                    courseId: ZodString;
                    linkId: ZodString;
                    needsConceptId: ZodString;
                    type: ZodLiteral<"link.proposed">;
                },
                $strip,
            >,
            ZodObject<
                {
                    at: ZodISODateTime;
                    linkId: ZodString;
                    type: ZodLiteral<"link.confirmed">;
                },
                $strip,
            >,
            ZodObject<
                {
                    at: ZodISODateTime;
                    linkId: ZodString;
                    type: ZodLiteral<"link.dropped">;
                },
                $strip,
            >,
        ],
        "type",
    > = ...

    Events in links.jsonl. A link says "this concept needs that concept first".