|
- import {ListColTypeAddress} from "@app/_components/list/list-col-type-address";
-
- export interface ListColDefinition {
- name: string,
- text: string,
- type: string,
- field?: string,
- address?: ListColTypeAddress,
- sortable?: boolean,
- subResource?: string,
- length?: number,
- displayedLength?: number
- }
|