export interface ColumnIdentifier { /** * Column identifier */ id: string; /** * Filter value */ value?: any; /** * Sort order */ desc?: boolean; }