mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
This allows more complex and nested call constructions. Example:
const container_create = rpc.declare({
object: 'frob',
method: 'glob',
params: { foo: { }, bar: { } },
});
Signed-off-by: Paul Donald <newtwen+github@gmail.com>