-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Description
intercom-node/src/api/resources/companies/client/requests/CreateOrUpdateCompanyRequest.ts
Line 30 in 36bd5ba
| custom_attributes?: Record<string, string>; |
I believe custom_attributes should be one of these:
Record<string, unknown>Record<string, any>Record<string, string | boolean | string | null | undefined>
Instead of:
Record<string, string>
There are likely other related types that need updated with similar for consistency.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.