cberg
Version:
Node.js Client for the Codeberg API
23 lines (15 loc) • 554 B
Markdown
# BlockedUser
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**block_id** | **number** | | [optional] [default to undefined]
**created_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { BlockedUser } from 'berg';
const instance: BlockedUser = {
block_id,
created_at,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)