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