Type Alias TWSEmbedFieldUpdateManyWithWhereWithoutTwsMessageEmbedInput

TWSEmbedFieldUpdateManyWithWhereWithoutTwsMessageEmbedInput: {
    data: XOR<TWSEmbedFieldUpdateManyMutationInput, TWSEmbedFieldUncheckedUpdateManyWithoutTwsMessageEmbedInput>;
    where: TWSEmbedFieldScalarWhereInput;
}