cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 690 B
Markdown
# NodeInfoServices
NodeInfoServices contains the third party sites this server can connect to via their application API
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inbound** | **Array<string>** | | [optional] [default to undefined]
**outbound** | **Array<string>** | | [optional] [default to undefined]
## Example
```typescript
import { NodeInfoServices } from 'berg';
const instance: NodeInfoServices = {
inbound,
outbound,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)