Closed selcuk-sahin closed 1 year ago
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.
GetContactResult
pickContact(options: PickContactOptions): Promise<void>;
That's incorrect indeed. Thanks for reporting. I'll fix it soon!
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.