Type Alias GuildCustomMessageUpdateToOneWithWhereWithoutEmbedInput

GuildCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<GuildCustomMessageUpdateWithoutEmbedInput, GuildCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: GuildCustomMessageWhereInput;
}