export interface L33tTimed { timedLast: number; timedPrevious: number; timedTTL: number; } export interface L33tTimedInfo { timestamp: string; }