export interface GetCommentPropertyKeys {
  /** The ID of the comment. */
  commentId: string;
}
