Type Alias GuildGameConfigMinAggregateOutputType

GuildGameConfigMinAggregateOutputType: {
    allTimeLowEnabled: boolean | null;
    allTimeLowMaxPriceCents: number | null;
    changelogChannelId: string | null;
    changelogPingRoleId: string | null;
    changelogWebhookAvatarUrl: string | null;
    changelogWebhookEnabled: boolean | null;
    changelogWebhookUsername: string | null;
    dbId: string | null;
    deliveryMode: GameDeliveryEnum | null;
    digestHourUTC: number | null;
    digestWeekday: number | null;
    discountsEnabled: boolean | null;
    enabled: boolean | null;
    freeDlcEnabled: boolean | null;
    freeGamesEnabled: boolean | null;
    freeWeekendEnabled: boolean | null;
    guildId: string | null;
    maxPriceCents: number | null;
    minDiscountPercent: number | null;
    notificationChannelId: string | null;
    pingRoleId: string | null;
    robloxChannelId: string | null;
    robloxPingRoleId: string | null;
    robloxWebhookAvatarUrl: string | null;
    robloxWebhookEnabled: boolean | null;
    robloxWebhookUsername: string | null;
    upcomingFreeEnabled: boolean | null;
}