Kizuki
    Preparing search index...

    Variable passageSchemaConst

    passageSchema: ZodObject<
        {
            location: ZodObject<
                {
                    cells: ZodOptional<ZodString>;
                    heading: ZodOptional<ZodString>;
                    notes: ZodOptional<ZodBoolean>;
                    page: ZodOptional<ZodNumber>;
                    paragraph: ZodOptional<ZodNumber>;
                    sheet: ZodOptional<ZodString>;
                    slide: ZodOptional<ZodNumber>;
                },
                $strip,
            >;
            materialId: ZodString;
            ordinal: ZodNumber;
            passageId: ZodString;
            sectionId: ZodString;
            text: ZodString;
        },
        $strip,
    > = ...

    A short piece of text from the material, with where it came from. Quotes are checked against these.