export interface Error {
  count?: number;
  issueIdsOrKeys?: string[];
  message?: string;
}
