
main.web.storage.StorageEstimate.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.storage
import js.core.JsLong
sealed external interface StorageEstimate {
var quota: JsLong?
var usage: JsLong?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy