UNPKG
@w6s/sdk
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.2
2.0.0-beta.1
1.2.0
1.1.0-beta.8
1.1.0-beta.7
1.1.0-beta.6
1.1.0-beta.5
1.1.0-beta.4
1.1.0-beta.3
1.1.0-beta.2
1.1.0-beta.1
1.0.1-alpha.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
WorkPlusFE JavaScript SDK.
@w6s/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
;