Type Alias CSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>

CSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>: {
    include?: CSEmbedFieldInclude<ExtArgs> | null;
    omit?: CSEmbedFieldOmit<ExtArgs> | null;
    select?: CSEmbedFieldSelect<ExtArgs> | null;
    where: CSEmbedFieldWhereUniqueInput;
}

CSEmbedField findUniqueOrThrow

Type Parameters

Type declaration