Type Alias GuildCustomMessageUpdateToOneWithWhereWithoutButtonsInput

GuildCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<GuildCustomMessageUpdateWithoutButtonsInput, GuildCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: GuildCustomMessageWhereInput;
}