Interface: WpBatchOperation
Defined in: src/types/index.ts:1631
A batch operation for the WordPress REST API.
Properties
body?
optionalbody?:Record<string,unknown>
Defined in: src/types/index.ts:1634
method
method:
"GET"|"POST"|"PUT"|"DELETE"|"PATCH"
Defined in: src/types/index.ts:1632
path
path:
string
Defined in: src/types/index.ts:1633