Type Alias LeyningBase

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

Leyning base - weekday, parsha hashavua or holiday

Type declaration

  • name: LeyningNames

    Name of the parsha hashavua or holiday

  • Optionalnote?: string
  • summary: string

    Such as Genesis 1:1 - 6:8

  • OptionalsummaryParts?: Aliyah[]