Order: {
    orderHandle: string;
    isInsideGeofence: (() => Promise<Result<boolean, LocationError>>);
}

Type declaration