Map of the URLs for the request type icons.

interface RequestTypeIconLinkDto {
    iconUrls?: {
        [key: string]: string;
    };
}

Properties

Properties

iconUrls?: {
    [key: string]: string;
}

URLs for the request type icons.