Merge pull request #5844 from OpenSlides/revert-5843-fixActionInterface

Revert "Fix action interface"
This commit is contained in:
Finn Stutzenstein 2021-02-03 10:07:10 +01:00 committed by GitHub
commit 1bee13d7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {