export interface RequestTypeIconLink {
  /** URLs for the request type icons. */
  iconUrls?: unknown;
}
