fix incorrect interface type in last

This commit is contained in:
Collin M. Barrett 2018-03-24 16:34:17 -05:00
parent b242468ad7
commit fb64362e2a

View file

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