votes types fixed

This commit is contained in:
Kakabay 2024-09-03 17:39:52 +05:00
parent 8f6bec751f
commit b6e5888929
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ export interface VotingItem {
title: null | string;
photo: null | string;
votes_percents: number;
url?: string;
}