UNPKG

lavva.webbluetooth

Version:

Library implementing WebBluetooth custom functionality if underlying platform does support it

10 lines (9 loc) 353 B
import { IntegrationType, Language } from "./DeviceStore"; export declare class ExternalIntegrationsStore { GetSupportedExternalIntegrationsAsync(integration: IntegrationType, lang: Language): Promise<SupportedExternalIntegration[]>; } export declare class SupportedExternalIntegration { Id: string; Name: string; Description: string; }