export interface DataTableAction { icon: any; tooltip: string; acao: string; color?: string; condition?: any; }