Type Alias WSEmbedFieldFindUniqueArgs<ExtArgs>

WSEmbedFieldFindUniqueArgs<ExtArgs>: {
    include?: WSEmbedFieldInclude<ExtArgs> | null;
    omit?: WSEmbedFieldOmit<ExtArgs> | null;
    select?: WSEmbedFieldSelect<ExtArgs> | null;
    where: WSEmbedFieldWhereUniqueInput;
}

WSEmbedField findUnique

Type Parameters

Type declaration