Type alias LogEntryMessage

LogEntryMessage: {
    commitId: CommitId;
    committer: string;
    message: string;
    timestamp: string;
}

Type declaration

  • commitId: CommitId
  • committer: string
  • message: string
  • timestamp: string

Generated using TypeDoc