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