UNPKG

dingtalk-docs-cool-app

Version:

钉钉文档酷应用插件扩展 开发者初始化包

12 lines (11 loc) 361 B
import { Command } from '@oclif/core'; import { Express } from 'express'; import { FieldDecoratorKit } from '../../module/fields'; export default class StartField extends Command { app: Express | null; module: FieldDecoratorKit | null; private readonly getEntryDir; private buildAndImport; private watchAndBuild; run(): Promise<void>; }