mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
3d15d63743
commit
06f8f1f8b7
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ namespace FilterLists.Services.FilterList.Models
|
|||
public class SyntaxSupportedSoftwareDto
|
||||
{
|
||||
public string HomeUrl { get; set; }
|
||||
public uint Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -57,5 +57,6 @@ export interface IMaintainerAdditionalListDto {
|
|||
|
||||
export interface ISyntaxSupportedSoftwareDto {
|
||||
homeUrl: string;
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
Loading…
Reference in a new issue