/** Parameters for WiFi hotspot. */ export interface IWiFiHotspotData { /** Gets or sets the WiFi password. */ password: string; /** Gets or sets the WiFi SSID. */ ssid: string; } //# sourceMappingURL=wi_fi_hotspot_data.d.ts.map