UNPKG

@angular-generic-table/core

Version:
9 lines (8 loc) 183 B
export interface GtConfigTotal { name: string; position?: 'header' | 'footer'; update?: boolean; fields: { [key: string]: string | number | Function; }; }