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