export interface GetResolution {
  /** The ID of the issue resolution value. */
  id: string;
}
