From 7f125165a37bff265a9c85dcc8e642a19fdde8f1 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Wed, 3 Feb 2021 10:00:53 +0100 Subject: [PATCH] Fix action interface --- docs/interfaces/action-service.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {