import { Milliseconds } from '../types'; export interface PodLog { timestamp: Milliseconds; output: string; success: boolean; }