export interface InternalAccountEntry { day?: number; code?: string; description?: string; value?: number; }