Skip to content

Commit 5507478

Browse files
authored
Fixes getContactsInGroup parameter definition
1 parent e750f61 commit 5507478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-contacts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ declare module "nativescript-contacts" {
110110
export function getContact(): Promise<GetContactResult>;
111111
export function getContactsByName(searchPredicate: string, contactFields: string[]): Promise<GetFetchResult>;
112112
export function getAllContacts(contactFields: string[]): Promise<GetFetchResult>;
113-
export function getContactsInGroup(groupId: string): Promise<GetFetchResult>;
113+
export function getContactsInGroup(group: Group): Promise<GetFetchResult>;
114114

115115
export class Group {
116116
id: string;

0 commit comments

Comments
 (0)