Type Alias ClientFAQUpdateManyWithWhereWithoutClientInput

ClientFAQUpdateManyWithWhereWithoutClientInput: {
    data: XOR<ClientFAQUpdateManyMutationInput, ClientFAQUncheckedUpdateManyWithoutClientInput>;
    where: ClientFAQScalarWhereInput;
}