type PortalFunction = [Input] extends [void] ? () => Promise<Output> : (input: Input) => Promise<Output>
Type Aliases
PortalFunction
Async worker-side callable for a Portal function.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Async worker-side callable for a Portal function.
type PortalFunction = [Input] extends [void] ? () => Promise<Output> : (input: Input) => Promise<Output>