aff
This commit is contained in:
parent
b6fdb53131
commit
8d0a79646c
|
@ -4,5 +4,5 @@ export interface CoursePreviewMsg{
|
|||
SubTitle: string;
|
||||
Description: string;
|
||||
ToCourseUrl: string;
|
||||
isLoading:Boolean
|
||||
isLoading: boolean;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue