Revert "Fix action interface"
This commit is contained in:
parent
728cbdb719
commit
f7ba41dd8f
@ -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