@@ -2,9 +2,9 @@
|
||||
* Used in the getEventData method
|
||||
*/
|
||||
export interface Registration {
|
||||
registrationId: string;
|
||||
name: string;
|
||||
registeredDate: Date;
|
||||
takesPart: boolean;
|
||||
comment: string;
|
||||
registrationId: string;
|
||||
name: string;
|
||||
registeredDate: Date;
|
||||
takesPart: boolean;
|
||||
comment: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user