Type Alias TSEmbedFieldUpdateManyWithWhereWithoutTsMessageEmbedInput

TSEmbedFieldUpdateManyWithWhereWithoutTsMessageEmbedInput: {
    data: XOR<TSEmbedFieldUpdateManyMutationInput, TSEmbedFieldUncheckedUpdateManyWithoutTsMessageEmbedInput>;
    where: TSEmbedFieldScalarWhereInput;
}