mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
16
docs/models/providermessage.md
Normal file
16
docs/models/providermessage.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ProviderMessage
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { ProviderMessage } from "prowlarr";
|
||||
|
||||
let value: ProviderMessage = {};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `message` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `type` | [models.ProviderMessageType](../models/providermessagetype.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user