export interface TableFieldConfig {
    table: string;
    fields: string[];
}
