mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 04:19:39 +00:00
19 lines
887 B
Markdown
19 lines
887 B
Markdown
# Preference
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Preference } from "dokploy/models/operations";
|
|
|
|
let value: Preference = {
|
|
spread: {
|
|
spreadDescriptor: "<value>",
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
|
|
| `spread` | [operations.Spread](../../models/operations/spread.md) | :heavy_check_mark: | N/A | |