export declare enum ServicePlatform { UPLAY = "uplay", PSN = "psn", XBL = "xbl" } export declare enum GamePlatform { WINDOWS = "windows", PLAYSTATION = "playstation", XBOX = "xbox" } export declare enum Region { AMERICA = "america", EUROPE = "europe", ASIA = "asia", ALL = "all" }