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