Represents a list of programs.

interface ProgramList {
    programs: Program[];
}

Properties

Properties

programs: Program[]

List of programs.