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