@hebcal/leyning
    Preparing search index...

    Type Alias LeyningBase

    Leyning base - weekday, parsha hashavua or holiday

    type LeyningBase = {
        name: LeyningNames;
        note?: string;
        summary: string;
        summaryParts?: Aliyah[];
    }
    Index

    Properties

    Name of the parsha hashavua or holiday

    note?: string
    summary: string

    Such as Genesis 1:1 - 6:8

    summaryParts?: Aliyah[]