export type TLogsLiveTailState = 'PLAYING' | 'PAUSED' | 'STOPPED';
