UNPKG
eldenring-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Elden Ring API Wrapper
github.com/marrrkkk/eldenring-api
eldenring-api
/
src
/
types
/
utility.types.ts
16 lines
•
236 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
type
endpoints = |
"ammos"
|
"armors"
|
"ashes"
|
"bosses"
|
"classes"
|
"creatures"
|
"incantations"
|
"items"
|
"locations"
|
"npcs"
|
"shields"
|
"sorceries"
|
"spirits"
|
"talismans"
|
"weapons"
;