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
{{ message }}
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
Although DMMF.Field['type'] is string | DMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg, we always assume that type is string. We need some testcase for DMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg, and support it.
Search if (typeof type !== 'string') (or as string) in this repository for actual code.
The text was updated successfully, but these errors were encountered:
Although
DMMF.Field['type']
isstring | DMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg
, we always assume that type is string. We need some testcase forDMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg
, and support it.Search
if (typeof type !== 'string')
(oras string
) in this repository for actual code.The text was updated successfully, but these errors were encountered: