MemoryCopyimport type { Memory } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";Mobile device memory usage. interface Memory {free?: bigint;used?: bigint;}§Properties§free?: bigint[src]Bytes free. §used?: bigint[src]Bytes in use.