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; }