Type Alias YTSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

YTSMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<YTSMessageEmbedUpdateWithoutFieldsInput, YTSMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: YTSMessageEmbedWhereInput;
}