fix issues
This commit is contained in:
@@ -9,8 +9,8 @@ interface SponsorDTO {
|
||||
export class SponsorViewModel {
|
||||
id: string;
|
||||
name: string;
|
||||
logoUrl?: string;
|
||||
websiteUrl?: string;
|
||||
declare logoUrl?: string;
|
||||
declare websiteUrl?: string;
|
||||
|
||||
constructor(dto: SponsorDTO) {
|
||||
this.id = dto.id;
|
||||
|
||||
Reference in New Issue
Block a user