Type Alias GuildGiveawayRoleBonusInclude<ExtArgs>

GuildGiveawayRoleBonusInclude<ExtArgs>: {
    guildGiveaway?: boolean | GuildGiveawayRoleBonus$guildGiveawayArgs<ExtArgs>;
}

Type Parameters