export interface Subscribe {
  /** The ID or key of the customer request to be subscribed to. */
  issueIdOrKey: string;
}
