scottdurow / dataverse-gen

Early-bound types generator for CDS/Dataverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript type FileType

randombyte-developer opened this issue · comments

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.

Thanks for the nudge on this.

I'm seeing the same issue, following.