Interface: FunctionsCompleteSuccessArguments
Extends
ExecutionID
.TokenOverridable
Properties
function_execution_id
function_execution_id: string;
Inherited from
ExecutionID.function_execution_id
Defined in
packages/web-api/src/types/request/functions.ts:4
outputs
outputs: Record<string, unknown>;
Defined in
packages/web-api/src/types/request/functions.ts:14
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token