Links to the request type's icons.

interface RequestTypeIconDto {
    _links?: RequestTypeIconLinkDto;
    id?: string;
}

Properties

Properties

Map of the URLs for the request type icons.

id?: string

ID of the request type icon.