export interface GetFeedback {
  /** The id or the key of the request to post the feedback on */
  requestIdOrKey: string;
}
