export interface Filter { excludeTables?: boolean; excludeViews?: boolean; exculdeColumns?: string[]; exculde?: string[]; only?: string[]; }