BatterySlots

type BatterySlots = {
    count: number,
    used: number
}

Last updated