export interface RGB { r: number; g: number; b: number; } export interface TimeStamp { T: number; I: number; }