/** * This is auto-generated file, don't modify this file manually */ export declare const AppsAppLeaderboardTypeEnumNames: { readonly NOT_SUPPORTED: 0; readonly LEVELS: 1; readonly POINTS: 2; }; /** * Leaderboard type * * @note This enum have auto-generated constant with keys and values * @see AppsAppLeaderboardTypeEnumNames * * `0` — not supported * `1` — levels * `2` — points */ export declare type AppsAppLeaderboardType = 0 | 1 | 2;