Type Alias TSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>

TSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>: {
    include?: TSEmbedFieldInclude<ExtArgs> | null;
    omit?: TSEmbedFieldOmit<ExtArgs> | null;
    select?: TSEmbedFieldSelect<ExtArgs> | null;
    where: TSEmbedFieldWhereUniqueInput;
}

TSEmbedField findUniqueOrThrow

Type Parameters

Type declaration