import type * as Merge from "../../../index"; /** * The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment. */ export type CommentUser = string | Merge.ticketing.User;