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