Type Alias ClientChangelogUpdateWithWhereUniqueWithoutClientInput

ClientChangelogUpdateWithWhereUniqueWithoutClientInput: {
    data: XOR<ClientChangelogUpdateWithoutClientInput, ClientChangelogUncheckedUpdateWithoutClientInput>;
    where: ClientChangelogWhereUniqueInput;
}