Type Alias WSMessageEmbed$fieldsArgs<ExtArgs>

WSMessageEmbed$fieldsArgs<ExtArgs>: {
    cursor?: WSEmbedFieldWhereUniqueInput;
    distinct?: Prisma.WSEmbedFieldScalarFieldEnum | Prisma.WSEmbedFieldScalarFieldEnum[];
    include?: WSEmbedFieldInclude<ExtArgs> | null;
    omit?: WSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: WSEmbedFieldOrderByWithRelationInput | WSEmbedFieldOrderByWithRelationInput[];
    select?: WSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: WSEmbedFieldWhereInput;
}

WSMessageEmbed.fields

Type Parameters

Type declaration