@hebcal/leyning
    Preparing search index...

    Type Alias LeyningBase

    Fields common to every leyning result, whether for a weekday, a parashat hashavua, or a holiday.

    type LeyningBase = {
        name: LeyningNames;
        note?: string;
        summary: string;
        summaryParts?: Aliyah[];
        type: "shabbat" | "holiday" | "weekday";
    }
    Index

    Transliterated English and Hebrew name of the parsha or holiday

    note?: string

    Free-form explanatory note about this reading, if any

    summary: string

    One-line summary of the Torah reading, such as "Genesis 1:1-6:8"

    summaryParts?: Aliyah[]

    When the reading spans more than one book or non-contiguous section, the parts that make up LeyningBase.summary

    type: "shabbat" | "holiday" | "weekday"

    Whether this reading is for a Shabbat, a holiday, or a weekday