Interface ClassCycleSessionAssignments

interface ClassCycleSessionAssignments {
    [key: string]: ClassCycleSessionAssignment;
}

Indexable