1 package host.exp.exponent.storage
2 
3 import expo.modules.manifests.core.Manifest
4 
5 class ExponentDBObject(var manifestUrl: String, var manifest: Manifest, var bundleUrl: String)
6