pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable LinkCostConst

    LinkCost: {
        Expensive: LinkCost;
        Free: LinkCost;
        Metered: LinkCost;
        Offline: LinkCost;
    }

    What the link back to the network currently costs.

    Provided as a runtime object plus a matching string-union type.

    Type Declaration

    • ReadonlyExpensive: LinkCost

      Bytes are scarce, such as on a satellite or long-range radio link.

    • ReadonlyFree: LinkCost

      Bytes are effectively free, such as on wired power and ethernet.

    • ReadonlyMetered: LinkCost

      Bytes are paid for, such as on a cellular plan.

    • ReadonlyOffline: LinkCost

      Nothing can be shipped at all.