initial commit

This commit is contained in:
Luke Hagar
2025-09-26 02:33:10 +00:00
commit f7b542efbf
928 changed files with 113882 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# GithubGetGithubBranchesRequest
## Example Usage
```typescript
import { GithubGetGithubBranchesRequest } from "dokploy/models/operations";
let value: GithubGetGithubBranchesRequest = {
repo: "<value>",
owner: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `repo` | *string* | :heavy_check_mark: | N/A |
| `owner` | *string* | :heavy_check_mark: | N/A |
| `githubId` | *string* | :heavy_minus_sign: | N/A |