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