Fix action interface
This commit is contained in:
parent
7502569211
commit
7f125165a3
@ -45,7 +45,7 @@ interace ActionsResponse {
|
||||
*
|
||||
* To report errors, use the ActionError format!
|
||||
**/
|
||||
results: ((object | ActionError | null)[] | null )[]
|
||||
results: ((object | null)[] | null )[] | ActionError
|
||||
}
|
||||
|
||||
interface ActionError {
|
||||
|
Loading…
Reference in New Issue
Block a user