mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
refactor: exchange academicTerms for semesters
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
import {SCThing} from '../Thing';
|
||||
import {SCCatalogWithoutReferences} from '../things/Catalog';
|
||||
import {SCPersonWithoutReferences} from '../things/Person';
|
||||
import {SCAcademicTermWithoutReferences} from './AcademicTerm';
|
||||
import {SCSemesterWithoutReferences} from '../things/Semester';
|
||||
import {SCCreativeWorkWithoutReferences} from './CreativeWork';
|
||||
|
||||
/**
|
||||
@@ -44,7 +44,7 @@ export interface SCEvent extends SCEventWithoutReferences {
|
||||
/**
|
||||
* Academic terms that an event belongs to, e.g. semester(s).
|
||||
*/
|
||||
academicTerms?: SCAcademicTermWithoutReferences[];
|
||||
academicTerms?: SCSemesterWithoutReferences[];
|
||||
|
||||
/**
|
||||
* Catalogs to which an event belongs
|
||||
|
||||
Reference in New Issue
Block a user