Type Alias ClientBlogUpdateWithWhereUniqueWithoutClientInput

ClientBlogUpdateWithWhereUniqueWithoutClientInput: {
    data: XOR<ClientBlogUpdateWithoutClientInput, ClientBlogUncheckedUpdateWithoutClientInput>;
    where: ClientBlogWhereUniqueInput;
}