diff --git a/docs/interfaces/action-service.txt b/docs/interfaces/action-service.txt index 2fd6f6fcb..59dc3f00b 100644 --- a/docs/interfaces/action-service.txt +++ b/docs/interfaces/action-service.txt @@ -45,7 +45,7 @@ interace ActionsResponse { * * To report errors, use the ActionError format! **/ - results: ((object | null)[] | null )[] | ActionError + results: ((object | ActionError | null)[] | null )[] } interface ActionError {