diff --git a/models/allVotes.model.ts b/models/allVotes.model.ts index 5583bc6..9c68f13 100644 --- a/models/allVotes.model.ts +++ b/models/allVotes.model.ts @@ -22,4 +22,5 @@ export interface VotingItem { title: null | string; photo: null | string; votes_percents: number; + url?: string; }