mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix incorrect interface type in last
This commit is contained in:
parent
b242468ad7
commit
fb64362e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ interface IFilterListDetailsDto {
|
|||
}
|
||||
|
||||
interface IListLicenseDto {
|
||||
descriptionUrl: number;
|
||||
descriptionUrl: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue