export interface SimulatorPoolEntity {
  id: number;
  metrics: string;
  created_on: Date;
  whirlpool_id: number;
}
export default SimulatorPoolEntity;
