MonetizationOS Docs
Workflows ReferenceType Definitions

EndpointWorkflow

type EndpointWorkflow = (args) => 
  | Promise<EndpointWorkflowResult>
  | EndpointWorkflowResult;

Parameters

ParameterType
argsEndpointWorkflowArgs

Returns

| Promise<EndpointWorkflowResult> | EndpointWorkflowResult

On this page