Type Alias GuildGameConfigMaxAggregateInputType

GuildGameConfigMaxAggregateInputType: {
    allTimeLowEnabled?: true;
    allTimeLowMaxPriceCents?: true;
    changelogChannelId?: true;
    changelogPingRoleId?: true;
    changelogWebhookAvatarUrl?: true;
    changelogWebhookEnabled?: true;
    changelogWebhookUsername?: true;
    dbId?: true;
    deliveryMode?: true;
    digestHourUTC?: true;
    digestWeekday?: true;
    discountsEnabled?: true;
    enabled?: true;
    freeDlcEnabled?: true;
    freeGamesEnabled?: true;
    freeWeekendEnabled?: true;
    guildId?: true;
    maxPriceCents?: true;
    minDiscountPercent?: true;
    notificationChannelId?: true;
    pingRoleId?: true;
    robloxChannelId?: true;
    robloxPingRoleId?: true;
    robloxWebhookAvatarUrl?: true;
    robloxWebhookEnabled?: true;
    robloxWebhookUsername?: true;
    upcomingFreeEnabled?: true;
}