Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Missing Typings for connectSecure func args #18

@danial24

Description

@danial24

The typings generated for ConnectSecureArgs are:

| [string, (error: string) => void]
| [string, boolean, (error: string) => void];

Please just add the following typings

| [string, (error: string) => void]
| [string, boolean, (error: string) => void]
| [string, string, boolean, (error: string) => void];

because currently I am facing issue in passing ssid and password

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions