Type Alias TWSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

TWSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<TWSMessageEmbedUpdateWithoutFieldsInput, TWSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: TWSMessageEmbedWhereInput;
}