export interface DeleteRequestType {
  /** The ID or [project identifier](#project-identifiers) of the service desk. */
  serviceDeskId: string;
  /** The ID of the request type. */
  requestTypeId: number;
}
