Create Release #14
Annotations
10 errors
|
Release:
src/Globals/index.ts#L186
Subsequent property declarations must have the same type. Property 'SteamUIStore' must be of type '{ GetFocusedWindowInstance: () => WindowRouter; }', but here has type 'SteamUIStore'.
|
|
Release:
src/Globals/index.ts#L176
Subsequent property declarations must have the same type. Property 'settingsStore' must be of type 'any', but here has type 'unknown'.
|
|
Release:
src/Globals/index.ts#L171
Subsequent property declarations must have the same type. Property 'securitystore' must be of type '{ IsLockScreenActive: () => boolean; }', but here has type 'unknown'.
|
|
Release:
src/Globals/index.ts#L162
Subsequent property declarations must have the same type. Property 'NotificationStore' must be of type 'any', but here has type 'unknown'.
|
|
Release:
src/Globals/index.ts#L158
Subsequent property declarations must have the same type. Property 'LocalizationManager' must be of type '{ m_mapTokens: Map<string, string>; m_mapFallbackTokens: Map<string, string>; m_rgLocalesToUse: string[]; }', but here has type 'unknown'.
|
|
Release:
src/Globals/index.ts#L119
Subsequent property declarations must have the same type. Property 'appStore' must be of type '{ GetAppOverviewByAppID: (appId: number) => SteamAppOverview | null; GetCustomVerticalCapsuleURLs: (app: AppStoreAppOverview) => string[]; ... 8 more ...; GetIconURLForApp: (app: AppStoreAppOverview) => string; }', but here has type 'AppStore'.
|
|
Release:
src/Globals/index.ts#L115
Subsequent property declarations must have the same type. Property 'appDetailsStore' must be of type '{ GetAppData: (appId: number) => AppData | null; GetAppDetails: (appId: number) => AppDetails | null; GetCustomLogoPosition: (app: AppStoreAppOverview) => LogoPosition | null; SaveCustomLogoPosition: (app: AppStoreAppOverview, logoPositions: LogoPosition) => any; }', but here has type 'AppDetailsStore'.
|
|
Release:
src/Globals/index.ts#L111
Subsequent property declarations must have the same type. Property 'App' must be of type '{ m_CurrentUser: { bIsLimited: boolean; bIsOfflineMode: boolean; bSupportAlertActive: boolean; bCanInviteFriends: boolean; NotificationCounts: { comments: number; inventory_items: number; ... 6 more ...; help_request_replies: number; }; strAccountBalance: string; strAccountName: string; strSteamID: string; }; }', but here has type 'App'.
|
|
Release:
src/Globals/index.ts#L93
Cannot redeclare block-scoped variable 'SteamClient'.
|
|
Release:
src/Globals/index.ts#L50
Cannot redeclare block-scoped variable 'FocusNavController'.
|