Type Alias GuildGameConfigUncheckedCreateWithoutCategoryRoutesInput

GuildGameConfigUncheckedCreateWithoutCategoryRoutesInput: {
    allTimeLowEnabled?: boolean;
    allTimeLowMaxPriceCents?: number | null;
    allTimeLowStores?: GuildGameConfigCreateallTimeLowStoresInput | GameStoreEnum[];
    changelogChannelId?: string | null;
    changelogGames?: GuildGameChangelogUncheckedCreateNestedManyWithoutGameConfigInput;
    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?: GuildRobloxGameUncheckedCreateNestedManyWithoutGameConfigInput;
    robloxPingRoleId?: string | null;
    robloxWebhookAvatarUrl?: string | null;
    robloxWebhookEnabled?: boolean | null;
    robloxWebhookUsername?: string | null;
    studios?: GuildGameConfigCreatestudiosInput | string[];
    tags?: GuildGameConfigCreatetagsInput | string[];
    trackedGames?: GuildTrackedGameUncheckedCreateNestedManyWithoutGameConfigInput;
    upcomingFreeEnabled?: boolean;
    upcomingFreeStores?: GuildGameConfigCreateupcomingFreeStoresInput | GameStoreEnum[];
}