type CommitPayload = { id: string; note: string;}; Copy
type CommitPayload = { id: string; note: string;};
Commit payload for strategy commits. Used in activateScheduled, closePending, cancelScheduled