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