Merge pull request #5844 from OpenSlides/revert-5843-fixActionInterface
Revert "Fix action interface"
This commit is contained in:
commit
1bee13d7e9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user