export interface IStatus { data: { id: string; ping: number; type: string; }; }