interface GeofenceError {
    error: {
        code: string;
        message: string;
    };
    geofenceId: string;
}

Properties

Properties

error: {
    code: string;
    message: string;
}

Type declaration

  • code: string
  • message: string
geofenceId: string