
export interface GenericUi {
    setup: any;
    cols: any;
    func: any;
    objectlist: any[];
}
