Interface NetworkStatus

interface NetworkStatus {
    isConnected: boolean;
    type: NetworkType;
}

Properties

Properties

isConnected: boolean