interface RequestTypeIcon {
    Links?: RequestTypeIconLink;
    id?: string;
}

Properties

Properties

id?: string

ID of the request type icon.