diff --git a/docs/interfaces/action-service.txt b/docs/interfaces/action-service.txt index 59dc3f00b..2fd6f6fcb 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 | ActionError | null)[] | null )[] + results: ((object | null)[] | null )[] | ActionError } interface ActionError {