export interface CpTableColumnObject { id: string; isFull?: boolean; isHidden?: boolean; isProtected?: boolean; name: string; width?: number; } export type CpTableColumn = CpTableColumnObject | string; //# sourceMappingURL=CpTableColumn.d.ts.map