UNPKG
@mi-gpt/miot
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
MIoT 非官方 Node.js 客户端
github.com/idootop/migpt-next
idootop/migpt-next
@mi-gpt/miot
/
dist
/
mi
/
account.d.ts
6 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
MiAccount
}
from
'./typing.js'
; declare
function
getAccount
(
_account: MiAccount
):
Promise
<
MiAccount
|
undefined
>;
export
{ getAccount };