Type Alias ClientUpdateToOneWithWhereWithoutFaqInput

ClientUpdateToOneWithWhereWithoutFaqInput: {
    data: XOR<ClientUpdateWithoutFaqInput, ClientUncheckedUpdateWithoutFaqInput>;
    where?: ClientWhereInput;
}