export interface DeleteResolution {
  /** The ID of the issue resolution. */
  id: string;
  /** The ID of the issue resolution that will replace the currently selected resolution. */
  replaceWith: string;
}
