Type Alias WSEmbedFieldUpdateWithWhereUniqueWithoutWsMessageEmbedInput

WSEmbedFieldUpdateWithWhereUniqueWithoutWsMessageEmbedInput: {
    data: XOR<WSEmbedFieldUpdateWithoutWsMessageEmbedInput, WSEmbedFieldUncheckedUpdateWithoutWsMessageEmbedInput>;
    where: WSEmbedFieldWhereUniqueInput;
}