interface RequestTypeCreate {
    description?: string;
    helpText?: string;
    issueTypeId?: string;
    name?: string;
}

Hierarchy (view full)

Properties

description?: string

Description of the request type on the service desk.

helpText?: string

Help text for the request type on the service desk.

issueTypeId?: string

ID of the request type to add to the service desk.

name?: string

Name of the request type on the service desk.