interface SmartGeofencesRefreshError {
    details?: string;
    reason: SmartGeofencesRefreshFailureReason;
}

Properties

Properties

details?: string