export type DealWonRequest = { /** * Optional `code` of a specific `is_won=True` stage to move to. When omitted, the first won stage in the pipeline (by sort order) is used. */ stage_code?: string; };