Enable multiple radars

This commit is contained in:
Christian Köberl
2022-03-03 16:38:44 +01:00
committed by Bastian
parent b30f7fe5d4
commit faadd8681d
4 changed files with 67 additions and 46 deletions

View File

@@ -10,6 +10,7 @@ export type ItemAttributes = {
quadrant: string;
title: string;
featured?: boolean;
radars?: string[];
};
export enum FlagType {