export interface ProposalPayload {
    id?: string;
    daoID: string;
    proposer?: string;
}
