import { type IssueModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/core/Models/IssueModel.ts";
Represents a GitHub issue.
Properties
labels: LabelModel[]
Gets or sets the labels of the issue.
optional
state: StateGets or sets the state of the issue.
optional
milestone: MilestoneModelGets or sets the milestone.
assignees: UserModel[]
Gets or sets the assignees.