Record
create-ref-params
No description available.
record create-ref-params {
owner: string,
repo: string,
key: option<string>,
ref: string,
sha: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| key | option<string> | |
| ref | string | |
| sha | string |