Type Alias ClientFAQUpdateArgs<ExtArgs>

ClientFAQUpdateArgs<ExtArgs>: {
    data: XOR<ClientFAQUpdateInput, ClientFAQUncheckedUpdateInput>;
    include?: ClientFAQInclude<ExtArgs> | null;
    omit?: ClientFAQOmit<ExtArgs> | null;
    select?: ClientFAQSelect<ExtArgs> | null;
    where: ClientFAQWhereUniqueInput;
}

ClientFAQ update

Type Parameters

Type declaration