Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript type FileType #12

Open
randombyte-developer opened this issue Mar 24, 2022 · 2 comments
Open

TypeScript type FileType #12

randombyte-developer opened this issue Mar 24, 2022 · 2 comments
Labels
bug Something isn't working Fixed In Beta
Milestone

Comments

@randombyte-developer
Copy link

randombyte-developer commented Mar 24, 2022

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.

@scottdurow
Copy link
Owner

Thanks for the nudge on this.

@scottdurow scottdurow added this to the v2 milestone Jun 14, 2022
@scottdurow scottdurow added the bug Something isn't working label Jun 14, 2022
@tylersand
Copy link

I'm seeing the same issue, following.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed In Beta
Projects
None yet
Development

No branches or pull requests

3 participants