You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating the definitions for the Account, a custom field has the type FileType in the generated file. Which package would be needed to be imported? This is the attribute:
custom_logo?: FileType | null;
For now I changed it to string | null, otherwise the type is not found.
The text was updated successfully, but these errors were encountered:
When generating the definitions for the Account, a custom field has the type
FileType
in the generated file. Which package would be needed to be imported? This is the attribute:custom_logo?: FileType | null;
For now I changed it to
string | null
, otherwise the type is not found.The text was updated successfully, but these errors were encountered: