type storageEstimate = { mutable usage?: int, mutable quota?: int,}
See StorageManager on MDN
type storageManager = private {}