cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 650 B
Markdown
# Permission
Permission represents a set of permissions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin** | **boolean** | | [optional] [default to undefined]
**pull** | **boolean** | | [optional] [default to undefined]
**push** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { Permission } from 'berg';
const instance: Permission = {
admin,
pull,
push,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)