UNPKG

ng2-encrm-components

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