Interface FileCommitResponse

FileCommitResponse contains information generated from a Git commit for a repo's file.

Hierarchy

  • FileCommitResponse

Properties

author?: CommitUser
committer?: CommitUser
created?: string

Format

date-time

html_url?: string
message?: string
parents?: CommitMeta[]
sha?: string
tree?: CommitMeta
url?: string

Generated using TypeDoc