import type { RequestTypeIconLink } from './requestTypeIconLink';

export interface RequestTypeIcon {
  /** ID of the request type icon. */
  id?: string;
  Links?: RequestTypeIconLink;
}
