UNPKG

kitten-cloud-function

Version:

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

5 lines (4 loc) 121 B
import { Command } from "./command"; export interface RevocableCommand extends Command { revoke(this: this): void; }