import type * as Merge from "../../../index"; /** * The User this Viewer belongs to. */ export type ViewerUser = string | Merge.ticketing.User;