Type Alias ClientFAQFindUniqueOrThrowArgs<ExtArgs>

ClientFAQFindUniqueOrThrowArgs<ExtArgs>: {
    include?: ClientFAQInclude<ExtArgs> | null;
    omit?: ClientFAQOmit<ExtArgs> | null;
    select?: ClientFAQSelect<ExtArgs> | null;
    where: ClientFAQWhereUniqueInput;
}

ClientFAQ findUniqueOrThrow

Type Parameters

Type declaration