UNPKG

@mondaydotcomorg/atp-runtime

Version:

Runtime SDK injected into sandbox for Agent Tool Protocol

7 lines (5 loc) 124 B
/** /** * Progress callback function type */ export type ProgressCallback = (message: string, fraction: number) => void;