import type * as Square from "../index"; export interface DeviceComponentDetailsBatteryDetails { /** The battery charge percentage as displayed on the device. */ visiblePercent?: number | null; /** * The status of external_power. * See [ExternalPower](#type-externalpower) for possible values */ externalPower?: Square.DeviceComponentDetailsExternalPower; }