export interface AddWatcher {
  /** The ID or key of the issue. */
  issueIdOrKey: string;

  /** Account id for specific user. */
  accountId?: string;
}
