Type Alias YerushalmiYomiConfig

YerushalmiYomiConfig: {
    ed: string;
    shas: [string, number][];
    skipYK9Av: boolean;
    startAbs: number;
    startDate: Date;
}

Type declaration

  • ed: string
  • shas: [string, number][]
  • skipYK9Av: boolean
  • startAbs: number
  • startDate: Date