mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: use tag @validatable to mark schema types
This commit is contained in:
@@ -49,6 +49,11 @@ export interface SCAcademicEventWithoutReferences
|
||||
type: SCThingType.AcademicEvent;
|
||||
}
|
||||
|
||||
/**
|
||||
* An academic event
|
||||
*
|
||||
* @validatable
|
||||
*/
|
||||
export interface SCAcademicEvent extends SCEvent, SCAcademicEventWithoutReferences {
|
||||
/**
|
||||
* Translated fields of an academic event
|
||||
|
||||
Reference in New Issue
Block a user