We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f5a58 commit bc4ab8cCopy full SHA for bc4ab8c
src/NativeContacts.ts
@@ -26,7 +26,7 @@ export interface Spec extends TurboModule {
26
getGroup: (identifier: string) => Promise<Group | null>;
27
deleteGroup(identifier: string): Promise<boolean>;
28
updateGroup(identifier: string, groupData: Object): Promise<Group>;
29
- addGroup(group: Pick<Group, "name">): Promise<Group>;
+ addGroup(group: Object): Promise<Group>;
30
contactsInGroup(identifier: string): Promise<Contact[]>;
31
addContactsToGroup(
32
groupIdentifier: string,
0 commit comments