Type Alias GuildGameConfigCreateWithoutChangelogGamesInput

GuildGameConfigCreateWithoutChangelogGamesInput: {
    allTimeLowEnabled?: boolean;
    allTimeLowMaxPriceCents?: number | null;
    allTimeLowStores?: GuildGameConfigCreateallTimeLowStoresInput | GameStoreEnum[];
    categoryRoutes?: GuildGameCategoryRouteCreateNestedManyWithoutGameConfigInput;
    changelogChannelId?: string | null;
    changelogPingRoleId?: string | null;
    changelogWebhookAvatarUrl?: string | null;
    changelogWebhookEnabled?: boolean | null;
    changelogWebhookUsername?: string | null;
    dbId?: string;
    deliveryMode?: GameDeliveryEnum;
    digestHourUTC?: number | null;
    digestWeekday?: number | null;
    discountStores?: GuildGameConfigCreatediscountStoresInput | GameStoreEnum[];
    discountsEnabled?: boolean;
    enabled?: boolean;
    freeDlcEnabled?: boolean;
    freeDlcStores?: GuildGameConfigCreatefreeDlcStoresInput | GameStoreEnum[];
    freeGameStores?: GuildGameConfigCreatefreeGameStoresInput | GameStoreEnum[];
    freeGamesEnabled?: boolean;
    freeWeekendEnabled?: boolean;
    freeWeekendStores?: GuildGameConfigCreatefreeWeekendStoresInput | GameStoreEnum[];
    genres?: GuildGameConfigCreategenresInput | string[];
    guildId: string;
    maxPriceCents?: number | null;
    minDiscountPercent?: number | null;
    notificationChannelId?: string | null;
    pingRoleId?: string | null;
    robloxChannelId?: string | null;
    robloxGames?: GuildRobloxGameCreateNestedManyWithoutGameConfigInput;
    robloxPingRoleId?: string | null;
    robloxWebhookAvatarUrl?: string | null;
    robloxWebhookEnabled?: boolean | null;
    robloxWebhookUsername?: string | null;
    studios?: GuildGameConfigCreatestudiosInput | string[];
    tags?: GuildGameConfigCreatetagsInput | string[];
    trackedGames?: GuildTrackedGameCreateNestedManyWithoutGameConfigInput;
    upcomingFreeEnabled?: boolean;
    upcomingFreeStores?: GuildGameConfigCreateupcomingFreeStoresInput | GameStoreEnum[];
}