UNPKG

kitten-cloud-function

Version:

用于编程猫源码云功能(云变量、云列表等)的客户端工具

11 lines (10 loc) 342 B
import { KittenCloudVariableSetCommand } from "./kitten-cloud-variable-set-command"; export class KittenCloudPrivateVariableSetCommand extends KittenCloudVariableSetCommand { toCloudJSON() { return { cvid: this.variable.cvid, value: this.value, param_type: typeof this.value }; } }