UNPKG

ng2-encrm-components

Version:

angular 2 components

8 lines (5 loc) 136 B
import { TableConfig } from './table-config.class'; export interface ArrayRepsonse<R> { content: R[]; config: TableConfig; };