init commit,
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Session } from './Schedule';
|
||||
export interface SessionGroup {
|
||||
startTime: string;
|
||||
sessions: Session[];
|
||||
}
|
Reference in New Issue
Block a user