export interface RequestTypeGroup {
  /** ID of the request type group */
  id?: string;
  /** Name of the request type group. */
  name?: string;
}
