Type Alias NachYomi

NachYomi: {
    k: string;
    v: number;
}

Describes a chapter to be read

Type declaration

  • k: string

    book name in English transliteration (e.g. "Joshua", "Song of Songs")

  • v: number

    chapter number (e.g. 2)