Kizuki
    Preparing search index...

    Variable sectionSchemaConst

    sectionSchema: ZodObject<
        {
            heading: ZodOptional<ZodBoolean>;
            level: ZodNumber;
            ordinal: ZodNumber;
            sectionId: ZodString;
            title: ZodString;
        },
        $strip,
    > = ...

    A heading in the material. Sections form the skeleton of the concept map.