export interface TransactionProps { start?: string; end?: string; status?: string; remote_id?: string; description?: string; }