chore(review): address comments

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2023-02-13 09:38:48 -05:00
parent a3c86a7ed2
commit dfbe698743
11 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export interface Rating {
/**
* @public
*/
export interface Response {
export interface FeedbackResponse {
entityRef: string;
response?: string;
comments?: string;