cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 704 B
Markdown
# PayloadUser
PayloadUser represents the author or committer of a commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | | [optional] [default to undefined]
**name** | **string** | Full name of the commit author | [optional] [default to undefined]
**username** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { PayloadUser } from 'berg';
const instance: PayloadUser = {
email,
name,
username,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)