We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We were unable to find some types by importing them from @prisma/client, examples: https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/types.ts#L4 https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/Resource.ts#L30
@prisma/client
Find out if there are generic types for model functions and if there's a built-in Prisma client type which includes _dmmf.
_dmmf
The text was updated successfully, but these errors were encountered:
We don't have generic types for model functions right now as these are generated.
Sorry, something went wrong.
No branches or pull requests
We were unable to find some types by importing them from
@prisma/client
, examples:https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/types.ts#L4
https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/Resource.ts#L30
Find out if there are generic types for model functions and if there's a built-in Prisma client type which includes
_dmmf
.The text was updated successfully, but these errors were encountered: