We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2a1e commit de5cb1cCopy full SHA for de5cb1c
src/types/api/contacts.ts
@@ -1,5 +1,5 @@
1
export interface Contact {
2
- id: number;
+ id: string;
3
email: string;
4
fields: Record<string, string>;
5
list_ids: number[];
0 commit comments