add created_via to ResponseParticipant

This commit is contained in:
2025-03-28 17:46:53 +01:00
parent f95b614410
commit 294ce3fc5a

View File

@@ -50,6 +50,12 @@ export abstract class ResponseParticipant implements IResponse {
@IsString()
email?: string;
/**
* how the participant got into the system
*/
@IsString()
created_via?: string;
/**
* The participant's address.
*/