import type { GpsInfo } from '../options';

/**
 * GPS information of state
 */
export type StateGpsInfo = {
  /** GPS information */
  gpsInfo?: GpsInfo;
};
