export interface VotePayload {
    id?: string;
    owner: string;
    votingSHA256?: string;
}
