export interface GetCommentProperty {
  /** The ID of the comment. */
  commentId: string;
  /** The key of the property. */
  propertyKey: string;
}
