Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Storage

import type { Storage } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Mobile device disk/flash usage. Not reported for all devices.

interface Storage {
free?: bigint;
used?: bigint;
}

§Properties

§
free?: bigint
[src]

Bytes free.

§
used?: bigint
[src]

Bytes used.