export interface FetchedSystem { id: number; name: string; iconUrl: string; active: boolean; isGameSystem: boolean; }