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