export interface Pod { id: number, host: string, score: number, createdAt: Date }