Loading src/things/abstract/academic-term.ts +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences * Short name of the academic term, using the given pattern * * @aggregatable * @filterable * @keyword */ acronym: string; Loading src/things/abstract/creative-work.ts +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences * Keywords of the creative work * * @aggregatable * @filterable * @keyword */ keywords?: string[]; Loading src/things/abstract/thing-with-categories.ts +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith * * @sortable ducet * @aggregatable * @filterable */ categories: T[]; Loading src/things/abstract/thing.ts +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ export interface SCThingWithoutReferences { * Type of the thing * * @sortable ducet * @filterable * @aggregatable */ type: SCThingType; Loading src/things/academic-event.ts +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ export interface SCAcademicEventWithoutReferences * Majors of the academic event that this event belongs to * * @aggregatable * @filterable * @keyword */ majors?: string[]; Loading Loading
src/things/abstract/academic-term.ts +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences * Short name of the academic term, using the given pattern * * @aggregatable * @filterable * @keyword */ acronym: string; Loading
src/things/abstract/creative-work.ts +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences * Keywords of the creative work * * @aggregatable * @filterable * @keyword */ keywords?: string[]; Loading
src/things/abstract/thing-with-categories.ts +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith * * @sortable ducet * @aggregatable * @filterable */ categories: T[]; Loading
src/things/abstract/thing.ts +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ export interface SCThingWithoutReferences { * Type of the thing * * @sortable ducet * @filterable * @aggregatable */ type: SCThingType; Loading
src/things/academic-event.ts +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ export interface SCAcademicEventWithoutReferences * Majors of the academic event that this event belongs to * * @aggregatable * @filterable * @keyword */ majors?: string[]; Loading