blob: 1d2e583ec30a45542e831b4db17680216a05d53e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# UPKImportance
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**task_count** | **number** | | [optional] [default to undefined]
**task_score** | **number** | | [optional] [default to undefined]
**marketplace_task_count** | **{ [key: string]: number; }** | | [optional] [default to undefined]
## Example
```typescript
import { UPKImportance } from './api';
const instance: UPKImportance = {
task_count,
task_score,
marketplace_task_count,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|