interface FormProprsalsRound { id: string; insignia: string; total: number; done: number; remain: number; } export type { FormProprsalsRound };