Skip to content

Commit de5cb1c

Browse files
fix: change Contact id type from number to string for better compatibility
1 parent d0a2a1e commit de5cb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/api/contacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export interface Contact {
2-
id: number;
2+
id: string;
33
email: string;
44
fields: Record<string, string>;
55
list_ids: number[];

0 commit comments

Comments
 (0)