# MariadbSaveExternalPortRequest ## Example Usage ```typescript import { MariadbSaveExternalPortRequest } from "dokploy/models/operations"; let value: MariadbSaveExternalPortRequest = { mariadbId: "", externalPort: 7201.96, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `mariadbId` | *string* | :heavy_check_mark: | N/A | | `externalPort` | *number* | :heavy_check_mark: | N/A |