API-26: Creating endpoint for RaPla changes
Jenkins Production Deployment

This commit is contained in:
2021-09-20 22:17:52 +02:00
parent 94b53aff4c
commit dec9bb8681
5 changed files with 137 additions and 1 deletions
@@ -0,0 +1,9 @@
import {Change} from './Change.interface';
export interface Event {
event_id: string;
event_uid: string;
latest_event_summary: string;
latest_start_date: Date;
changes: Change[];
}