Type alias EpicGameRaw

EpicGameRaw: {
    categories: {
        name: string;
        path: string;
    }[];
    description: string;
    entitlementName: string;
    id: string;
    keyImages: {
        height: number;
        md5: string;
        size: number;
        type: "DieselGameBox" | "DieselGameBoxTall" | string;
        uploadedDate: Date;
        url: string;
        width: number;
    }[];
    namespace: string;
    releaseInfo: {
        appId: string;
        compatibleApps: any[];
        dateAdded: Date;
        platform: string[];
    }[];
    title: string;
} & Record<string, any>

Type declaration

  • categories: {
        name: string;
        path: string;
    }[]
  • description: string
  • entitlementName: string
  • id: string
  • keyImages: {
        height: number;
        md5: string;
        size: number;
        type: "DieselGameBox" | "DieselGameBoxTall" | string;
        uploadedDate: Date;
        url: string;
        width: number;
    }[]
  • namespace: string
  • releaseInfo: {
        appId: string;
        compatibleApps: any[];
        dateAdded: Date;
        platform: string[];
    }[]
  • title: string

Generated using TypeDoc