mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: Feedback metaData has to be optiobal
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user