@hebcal/learning
    Preparing search index...

    Type Alias DirshuAmudYomi

    Represents an amud (side of a page) in the Dirshu Amud HaYomi program

    type DirshuAmudYomi = {
        amud: number;
        name: string;
        side: "a" | "b";
    }
    Index

    Properties

    Properties

    amud: number
    name: string
    side: "a" | "b"