UNPKG

@rubeusteam/rb-angular-components

Version:
6 lines (5 loc) 174 B
import { CrudColumn } from './rb-crud.interface'; export interface RbChangeLogDialog { dataSource: object[]; columns: Pick<CrudColumn, 'key' | 'label' | 'pipe'>[]; }