UNPKG
egg-minifapp
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
对接各种小程序之类app的sdk
gitee.com
egg-minifapp
/
dist
/
src
/
myauthentication.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Base
}
from
"./base"
;
import
{ intemyauthentication }
from
'./interface/in_public'
;
export
declare
class
myauthentication
extends
Base
{
private
appid;
constructor
(
obj
: intemyauthentication
);
init
():
Promise
<
any
>; }