Type Alias CommitPayload

CommitPayload: { id: string; note: string }

Commit payload for strategy commits. Used in activateScheduled, closePending, cancelScheduled

Type declaration

  • id: string

    Commit id

  • note: string

    Note describing the commit