export interface RatificationJSON {
    type: string;
    amount: number;
}
