interface DeleteRequestType {
    requestTypeId: number;
    serviceDeskId: string;
}

Properties

requestTypeId: number

The ID of the request type.

serviceDeskId: string

The ID or project identifier of the service desk.