-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
If I call rest.invokeAction<ResponseType>, the TypeScript definitions and documentation say that it returns something like:
[
{
actionName: '',
isSuccess: true,
errors: [],
outputValues: {
output: ResponseType
}
}
]
I think this is incorrect — outputValues should actually be an object of type ResponseType, and shouldn't contain an "output" field. If I log the response, that's what it contains, and it's consistent with the example in the actions developer guide.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels