votes types fixed
This commit is contained in:
parent
8f6bec751f
commit
b6e5888929
|
|
@ -22,4 +22,5 @@ export interface VotingItem {
|
|||
title: null | string;
|
||||
photo: null | string;
|
||||
votes_percents: number;
|
||||
url?: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue