Type Alias WSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>

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

WSEmbedField findUniqueOrThrow

Type Parameters

Type declaration