export type PartitionData = { name: string; id: number; rowCount: string | number; createdTime: string; };