UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) 266 B
import { type ScopedAuthorization } from "#runtime/connections/scoped-authorization.js"; /** Record successful completion before returning to authored code. */ export declare function completeWorkflowStepAuthorization(scoped: ScopedAuthorization): Promise<boolean>;