Type alias EpicGame

EpicGame: {
    appId: string;
    id: string;
    namespace: string;
    title: string;
}

Type declaration

  • appId: string
  • id: string
  • namespace: string
  • title: string

Generated using TypeDoc