export interface ISmarshHistory { _id: string; lastRan: Date; lastResult: string; }