export interface GnTableColumnConfig { title: string; field?: string; type?: string; pipe?: string; pipeArgs?: any[]; options?: any; }