export type IsInsideGeofence = { type: 'isInsideGeofence'; value: boolean; };