Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavalink_types/src/stats.ts>MemoryStats

Deno typings for lavalink
Latest
interface MemoryStats
import { type MemoryStats } from "https://deno.land/x/lavalink_types@2.0.6/src/stats.ts";

Properties

free: number

The free memory.

used: number

The used memory.

allocated: number

The allocated memory.

reservable: number

The reservable memory.