export interface GetProposalParams {
    proposalId: number;
}
