File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import {
2- ContextActivity ,
32 StatementRef ,
43 Extensions ,
54 RFC5646LanguageCodes ,
65 Actor ,
76 Group ,
87} from "." ;
8+ import { Activity } from "../activities/Activity" ;
99
1010export interface Context {
1111 registration ?: string ;
1212 instructor ?: Actor ;
1313 team ?: Group ;
1414 contextActivities ?: {
15- parent ?: ContextActivity [ ] ;
16- grouping ?: ContextActivity [ ] ;
17- category ?: ContextActivity [ ] ;
18- other ?: ContextActivity [ ] ;
15+ parent ?: Activity [ ] ;
16+ grouping ?: Activity [ ] ;
17+ category ?: Activity [ ] ;
18+ other ?: Activity [ ] ;
1919 } ;
2020 statement ?: StatementRef ;
2121 revision ?: string ;
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export * from "./AnonymousGroup";
44export * from "./Attachment" ;
55export * from "./AttachmentUsage" ;
66export * from "./Context" ;
7- export * from "./ContextActivity" ;
87export * from "./Extensions" ;
98export * from "./Group" ;
109export * from "./IdentifiedGroup" ;
You can’t perform that action at this time.
0 commit comments