UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

8 lines (7 loc) 200 B
export interface IShortcutData { appIcon: string; appName: string; appUrl?: string; scheme?: string; } export declare const shortcutCustomAdd: (params: IShortcutData) => Promise<any>;