refactor: exchange academicTerms for semesters

This commit is contained in:
Rainer Killinger
2018-12-03 15:29:27 +01:00
parent 67cf59c50d
commit 0757b7b3bd

View File

@@ -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