/** * Longitude for data point */ export type ClientFacingStreamLng = (number | undefined)[] | number[];