Record
create-milestone-params
No description available.
record create-milestone-params {
owner: string,
repo: string,
description: option<string>,
due-on: option<string>,
state: option<nullable-milestone-state-enum>,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| description | option<string> | |
| due-on | option<string> | |
| state | option<nullable-milestone-state-enum> | |
| title | string |