Interface Comment

Comment represents a comment on a commit or issue

Hierarchy

  • Comment

Properties

assets?: Attachment[]
body?: string
created_at?: string

Format

date-time

html_url?: string
id?: number

Format

int64

issue_url?: string
original_author?: string
original_author_id?: number

Format

int64

pull_request_url?: string
updated_at?: string

Format

date-time

user?: User

User represents a user

Generated using TypeDoc