GameDropConfig: {
    channelId: string | null;
    description: string | null;
    id: string | null;
    imageUrl: string | null;
    liveNotifications: boolean | null;
    name: string | null;
    platform: string | null;
    roleId: string | null;
    slug: string | null;
    webhook: WebhookConfig | null;
}