Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommitFields

Fields that can be specified when creating a new commit.

Hierarchy

  • ICommitFields

Index

Properties

Properties

Optional header

header: Partial<ICommitUnprotectedHeaders>

Fields to include in the unprotected (unverified) commit header.

payload

payload: object | string

The application-specific commit payload.

protected

protected: Partial<ICommitProtectedHeaders>

Fields to include in the protected (signed) commit header.

Generated using TypeDoc