UNPKG

@sberdevices/assistant-client

Version:

Модуль взаимодействия с виртуальным ассистентом

5 lines 406 B
import { AppInfo, Meta, PermissionType, SystemMessageDataType } from '../typings'; export declare const getCurrentLocation: () => Promise<Meta['location']>; export declare const getTime: () => Meta['time']; export declare const getAnswerForRequestPermissions: (requestMessageId: number | Long, appInfo: AppInfo, items: PermissionType[]) => Promise<SystemMessageDataType>; //# sourceMappingURL=meta.d.ts.map