export interface UserLink {
  self?: string;
  /** REST API URL for the customer. */
  jiraRest?: string;
}
