ApprovalHandler
the consumer’s decision callback. May be sync or async.
Type alias in muse_code
Declaration
Section titled “Declaration”ApprovalHandler = Callable[[ApprovalRequestParams], 'ApprovalDecisionInput | Awaitable[ApprovalDecisionInput]']
Source
clients/sdk-py/src/muse_code/facade/approval.py:60