export type GetConsoleIdsResponse = readonly { ID: string; Name: string; IconURL: string; Active: boolean; IsGameSystem: boolean; }[];