UNPKG

dingtalk-docs-cool-app

Version:

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

7 lines (6 loc) 205 B
type IExceptionCode = 'invalid_operation' | 'internal_error'; export declare class Exception extends Error { code: IExceptionCode; constructor(code: IExceptionCode, message?: string); } export {};