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