Type Alias RSMessageEmbed$fieldsArgs<ExtArgs>

RSMessageEmbed$fieldsArgs<ExtArgs>: {
    cursor?: RSEmbedFieldWhereUniqueInput;
    distinct?: RSEmbedFieldScalarFieldEnum | RSEmbedFieldScalarFieldEnum[];
    include?: RSEmbedFieldInclude<ExtArgs> | null;
    omit?: RSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: RSEmbedFieldOrderByWithRelationInput | RSEmbedFieldOrderByWithRelationInput[];
    select?: RSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: RSEmbedFieldWhereInput;
}

RSMessageEmbed.fields

Type Parameters

Type declaration