DisBot
Preparing search index...
prisma/runtime/library
FieldRef
Interface FieldRef<Model, FieldType>
A reference to a specific field of a specific model
interface
FieldRef
<
Model
,
FieldType
>
{
isList
:
boolean
;
modelName
:
Model
;
name
:
string
;
typeName
:
FieldType
;
}
Type Parameters
Model
FieldType
Index
Properties
is
List
model
Name
name
type
Name
Properties
Readonly
is
List
isList
:
boolean
Readonly
model
Name
modelName
:
Model
Readonly
name
name
:
string
Readonly
type
Name
typeName
:
FieldType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
List
model
Name
name
type
Name
DisBot
Loading...
A reference to a specific field of a specific model