interface ProgramList {
    programs: Program[];
}

Properties

Properties

programs: Program[]

Generated using TypeDoc