Created
December 18, 2019 02:07
-
-
Save mayrascript/d47f843c13a9db62b5d1592fabd99a4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { CourseModel } from 'src/app/dashboard/shared/models/course.model'; | |
| export interface AppState { | |
| courses: CourseModel[]; | |
| currentCourse: CourseModel; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment