Racehorse
    Preparing search index...

    Interface NetworkStatus

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

    Properties

    Properties

    isConnected: boolean