mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Added explicit type for job count
This commit is contained in:
@@ -8,11 +8,11 @@ import 'package:openapi/api.dart';
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**active** | **num** | |
|
||||
**completed** | **num** | |
|
||||
**failed** | **num** | |
|
||||
**delayed** | **num** | |
|
||||
**waiting** | **num** | |
|
||||
**active** | **int** | |
|
||||
**completed** | **int** | |
|
||||
**failed** | **int** | |
|
||||
**delayed** | **int** | |
|
||||
**waiting** | **int** | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user