Endpoints are separated into distinct packages and interfaces are extracted into files Co-authored-by: Patrick Müller <patrick@mueller-patrick.tech> Reviewed-on: #12 Co-authored-by: Patrick Müller <patrick@plutodev.de> Co-committed-by: Patrick Müller <patrick@plutodev.de>
This commit was merged in pull request #12.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Used in the getEventData method
|
||||
*/
|
||||
export interface Registration {
|
||||
registrationId: string;
|
||||
name: string;
|
||||
registeredDate: Date;
|
||||
takesPart: boolean;
|
||||
comment: string;
|
||||
}
|
||||
Reference in New Issue
Block a user