Files
2025-09-26 02:33:10 +00:00

19 lines
535 B
Markdown

# Platform
## Example Usage
```typescript
import { Platform } from "dokploy/models/operations";
let value: Platform = {
architecture: "<value>",
os: "Windows Phone",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `architecture` | *string* | :heavy_check_mark: | N/A |
| `os` | *string* | :heavy_check_mark: | N/A |