/** * Velocity in m/s */ export type ClientFacingStreamVelocitySmooth = (number | undefined)[] | number[];