capacitor-community / contacts

Contacts Plugin for Capacitor

Home Page:https://capacitor-community.github.io/contacts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type definitions for pickContact is wrong

selcuk-sahin opened this issue · comments

I think pickContact type should have a similar type to GetContactResult. The function indeed not returning void. but on definitions.d.ts file, type seems to be void.

    pickContact(options: PickContactOptions): Promise<void>;
commented

That's incorrect indeed. Thanks for reporting. I'll fix it soon!