GuildDropsGameCreateInput: {
    channelId?: string | null;
    createdAt?: Date | string;
    dbId?: string;
    game?: DropGameCreateNestedOneWithoutGuildDropsGamesInput;
    guildDrops?: GuildDropsCreateNestedOneWithoutGamesInput;
    liveNotifications?: boolean | null;
    roleId?: string | null;
    webhook?: GuildDropsGameWebhookCreateNestedOneWithoutGuildDropsGameInput;
}