This commit is contained in:
ditiqi 2025-02-24 09:49:05 +08:00
parent b6fdb53131
commit 8d0a79646c
1 changed files with 7 additions and 7 deletions

View File

@ -4,5 +4,5 @@ export interface CoursePreviewMsg{
SubTitle: string;
Description: string;
ToCourseUrl: string;
isLoading:Boolean
isLoading: boolean;
}