Type Alias GuildGiveawayFilterMaxAggregateOutputType

GuildGiveawayFilterMaxAggregateOutputType: {
    dbId: string | null;
    guildGiveawayId: string | null;
    roleMode: FilterEnum | null;
}