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