diff --git a/types/activity.type.ts b/types/activity.type.ts index 343eb05b8..94985cc76 100644 --- a/types/activity.type.ts +++ b/types/activity.type.ts @@ -3,7 +3,6 @@ export interface ActivityContent { id: number; // needed to sort content. type: ActivityContentType; value: string; - game?: unknown | string | null; } export type AnyData = Record;