@studyportals/bestfit-overview-interfaces
Advanced tools
Comparing version 1.3.0-4 to 1.3.0-5
import { QuestionType } from '@studyportals/profile-questionnaires-interfaces'; | ||
import { EventType } from '../enums'; | ||
import { IEvent } from '@studyportals/event-aggregation-service-interface'; | ||
export declare class BestfitModifyAnswerEvent implements IEvent { | ||
static EventType: EventType; | ||
static EventType: string; | ||
readonly timestamp: Date; | ||
@@ -7,0 +6,0 @@ readonly questionType: QuestionType; |
{ | ||
"name": "@studyportals/bestfit-overview-interfaces", | ||
"version": "1.3.0-4", | ||
"version": "1.3.0-5", | ||
"description": "The interfaces exposed by Bestfit Overview", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
12676
273