UNPKG

@w6s/sdk

Version:

WorkPlusFE JavaScript SDK.

10 lines (9 loc) 270 B
import { ShowAppListById } from '../types/contact'; /** * 根据组织id打开该组织下的应用列表页面 * * @export * @param {ShowAppListById} [options] * @returns {void} */ export default function showAppListById(options: ShowAppListById): void;