mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
476 B
476 B
GithubTestConnectionRequest
Example Usage
import { GithubTestConnectionRequest } from "dokploy/models/operations";
let value: GithubTestConnectionRequest = {
githubId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
githubId |
string | ✔️ | N/A |