export type StatusType = 'online' | 'idle' | 'dnd' | 'offline';
