Fixed ActionsResult

This commit is contained in:
Finn Stutzenstein 2020-11-19 13:54:53 +01:00
parent a73ae9961f
commit cb7e91d8c5
No known key found for this signature in database
GPG Key ID: 9042F605C6324654

View File

@ -46,7 +46,7 @@ interace ActionsResponse {
* *
* To report errors, use the ActionError format! * To report errors, use the ActionError format!
**/ **/
results: ((object | null)[] | null )[] results: ((object | ActionError | null)[] | null )[]
} }
interface ActionError { interface ActionError {