fix incorrect interface type in last

This commit is contained in:
Collin Barrett 2018-03-24 16:34:17 -05:00
parent e1e56803ba
commit 8311b4a264

View file

@ -260,7 +260,7 @@ interface IFilterListDetailsDto {
}
interface IListLicenseDto {
descriptionUrl: number;
descriptionUrl: string;
name: string;
}