export interface NetworkStatus {
    online: boolean;
}
