export interface AmountsEntry { code?: string; description?: string; reference?: number; earning?: number; discount?: number; other?: number; }