lol-constants 1.5.5 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
@@ -173,6 +173,8 @@ export declare type RuneTreeId = typeof RuneTreeIds[keyof typeof RuneTreeIds];
|
|
173
173
|
export declare type RuneTreeName = typeof RuneTreeNames[keyof typeof RuneTreeNames];
|
174
174
|
export declare type RuneTreeType = keyof typeof RuneTreeTypes;
|
175
175
|
export declare type StatRunesCategory = 'StatRunes';
|
176
|
+
export declare type RuneCategory = RuneTreeType | StatRunesCategory;
|
177
|
+
export declare type RuneCategorySlice = RuneTreeName | StatRunesCategory;
|
176
178
|
export declare type Position = keyof typeof Positions;
|
177
179
|
export declare type Lane = keyof typeof Lanes;
|
178
180
|
export declare type Level = keyof typeof Levels;
|
package/package.json
CHANGED