Type Alias GuildGiveawayUpdateToOneWithWhereWithoutRoleBonusesInput

GuildGiveawayUpdateToOneWithWhereWithoutRoleBonusesInput: {
    data: XOR<GuildGiveawayUpdateWithoutRoleBonusesInput, GuildGiveawayUncheckedUpdateWithoutRoleBonusesInput>;
    where?: GuildGiveawayWhereInput;
}