Type Alias RSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>

RSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>: {
    include?: RSEmbedFieldInclude<ExtArgs> | null;
    omit?: RSEmbedFieldOmit<ExtArgs> | null;
    select?: RSEmbedFieldSelect<ExtArgs> | null;
    where: RSEmbedFieldWhereUniqueInput;
}

RSEmbedField findUniqueOrThrow

Type Parameters

Type declaration