Interface PayloadCommit

PayloadCommit represents a commit

Hierarchy

  • PayloadCommit

Properties

added?: string[]
author?: PayloadUser

PayloadUser represents the author or committer of a commit

committer?: PayloadUser

PayloadUser represents the author or committer of a commit

id?: string

sha1 hash of the commit

message?: string
modified?: string[]
removed?: string[]
timestamp?: string

Format

date-time

url?: string

PayloadCommitVerification represents the GPG verification of a commit

Generated using TypeDoc