/** * Power in watts */ export type ClientFacingStreamPower = (number | undefined)[] | number[];