UNPKG

@mondaydotcomorg/atp-runtime

Version:

Runtime SDK injected into sandbox for Agent Tool Protocol

7 lines (6 loc) 159 B
/** /** * Progress callback function type */ export type ProgressCallback = (message: string, fraction: number) => void; //# sourceMappingURL=types.d.ts.map