Shared
ModelsExpand Collapse
Commit = object { repo, sha }
Commit = object { repo, sha }
repo: object { branch, name, owner }
repo: object { branch, name, owner }
branch: string
name: string
owner: string
sha: string
FileInput = object { content } or object { url }
FileInput = object { content } or object { url }
Accepts one of the following:
Content = object { content }
Content = object { content }
content: string
content: string
File content
URL = object { url }
URL = object { url }
url: string
url: string
URL to fetch file content from
Target = "node" or "typescript" or "python" or 8 more
Target = "node" or "typescript" or "python" or 8 more
Accepts one of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"