CommitPayload

type CommitPayload = {
id: string;
note: string;
};

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