UNPKG

eve

Version:

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

3 lines (2 loc) • 144 B
import type { ActivitySinkV1 } from "#channel/types.js"; export declare function parseActivitySink(value: unknown): ActivitySinkV1 | undefined;