Type Alias YTSMessageEmbed$fieldsArgs<ExtArgs>

YTSMessageEmbed$fieldsArgs<ExtArgs>: {
    cursor?: YTSEmbedFieldWhereUniqueInput;
    distinct?: YTSEmbedFieldScalarFieldEnum | YTSEmbedFieldScalarFieldEnum[];
    include?: YTSEmbedFieldInclude<ExtArgs> | null;
    omit?: YTSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: YTSEmbedFieldOrderByWithRelationInput | YTSEmbedFieldOrderByWithRelationInput[];
    select?: YTSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: YTSEmbedFieldWhereInput;
}

YTSMessageEmbed.fields

Type Parameters

Type declaration