Type Alias GuildMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

GuildMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<GuildMessageEmbedUpdateWithoutFieldsInput, GuildMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: GuildMessageEmbedWhereInput;
}