79140814

Date: 2024-10-30 11:10:17
Score: 1
Natty:
Report link

Do you mean something like this:

export interface IAntDataGridConvertedProps<T, K, G> {
  path?: string;
  ApiObj?: any;
  Columns?: IColumnsProps<G>[];
  tbData?: G[];
  lazyParam?: ILazyParam<T, K>;
  recallApi?: boolean;
  [key: string]: any;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: haiquan0121