From b6e58889290b04be44e6d980335348d158f1ad82 Mon Sep 17 00:00:00 2001 From: Kakabay <2kakabayashyrberdyew@gmail.com> Date: Tue, 3 Sep 2024 17:39:52 +0500 Subject: [PATCH] votes types fixed --- models/allVotes.model.ts | 1 + 1 file changed, 1 insertion(+) 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; }