Type Alias ClientFAQUpdateWithWhereUniqueWithoutClientInput

ClientFAQUpdateWithWhereUniqueWithoutClientInput: {
    data: XOR<ClientFAQUpdateWithoutClientInput, ClientFAQUncheckedUpdateWithoutClientInput>;
    where: ClientFAQWhereUniqueInput;
}