refactor: Feedback metaData has to be optiobal

This commit is contained in:
Rainer Killinger
2023-01-13 11:59:33 +01:00
parent 1703a3dd40
commit bdaa1f0201

View File

@@ -31,7 +31,7 @@ export interface SCFeedbackRequest extends SCMessage {
/** /**
* Meta data that helps to understand the feedback * Meta data that helps to understand the feedback
*/ */
metaData: SCFeedbackRequestMetaData; metaData?: SCFeedbackRequestMetaData;
} }
/** /**