UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
app
/
showAppListById.d.ts
10 lines
(9 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ShowAppListById
}
from
'../types/contact'
;
/** * 根据组织id打开该组织下的应用列表页面 * *
@export
*
@param
{
ShowAppListById
} [options] *
@returns
{
void
} */
export
default
function
showAppListById
(
options: ShowAppListById
):
void
;