cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 589 B
Markdown
# Identity
Identity for a person\'s identity like an author or committer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Identity } from 'berg';
const instance: Identity = {
email,
name,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)