UNPKG

@mi-gpt/miot

Version:

MIoT 非官方 Node.js 客户端

6 lines (3 loc) 148 B
import { MiAccount } from './typing.js'; declare function getAccount(_account: MiAccount): Promise<MiAccount | undefined>; export { getAccount };