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