Skip to content

Storage

Types

storageEstimate

type storageEstimate = {
mutable usage?: int,
mutable quota?: int,
}

Record fields

usage
option< int >
quota
option< int >

storageManager

type storageManager = private {}