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