export interface GetSubscriptionStatus {
  /** The ID or key of the customer request to be queried for subscription status. */
  issueIdOrKey: string;
}
