Fixed ActionsResult
This commit is contained in:
parent
a73ae9961f
commit
cb7e91d8c5
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user