Module: device-types A convience constant that holds the value of the different Device Types

Example

adminClient(baseUrl, settings)
    .then((client) => {
      console.log(client.DEVICE_TYPES.ANDROID) // => android
    });