Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/mod.ts>MilestoneModel

Various HTTP clients for miscellaneous use.
Latest
interface MilestoneModel
import { type MilestoneModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/mod.ts";

Represents a GitHub milestone.

Properties

title: string

Gets or sets the title of the milestone.

number: number

Gets or sets the number of the milestone.

url: string

Gets or sets the URL of the milestone.

open_issues: number

Gets or sets the number of open issues for the milestone.

closed_issues: number

Gets or sets the number of closed issues for the milestone.