export interface TableCardBodyActions { type?: string; id?: number; data?: T; }