import type * as Merge from "../../../index"; /** * The user that performed the action. */ export type ActivityUser = string | Merge.ats.RemoteUser;