atandrewlee / CRM_Server

0 stars 0 forks source link

Convert to TS -> Create a "CRMRow" Type #8

Open atandrewlee opened 3 months ago

atandrewlee commented 3 months ago

// type CRMRow = { // "Id": number // "Name": string, // "CreatedAt": "2024-07-18 15:58:47+00:00", // "UpdatedAt": "2024-07-18 15:58:50+00:00", // "URL": null, // "Linkedin": null, // "Email": null, // "Phone": null, // "Last Contact": null, // "Company": number, // "Tags": list, // "Birthday": null, // "relationship": null, // "Markdown File": null, // "Instagram": null, // "Twitter": null, // "Location": null, // "Connection": 0, // "interests": null, // "Next Contact": null, // "Company-Title": [] // }