@hebcal/learning
    Preparing search index...

    Type Alias SeferHaMitzvotReading

    Describes a daily reading of the Sefer Hamitzvos

    type SeferHaMitzvotReading = {
        day: number;
        note?: string;
        reading: string;
    }
    Index

    Properties

    Properties

    day: number
    note?: string
    reading: string