mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-21 17:54:09 -05:00
Update db.ts
This commit is contained in:
parent
43d2530ce2
commit
cbb70bc74f
|
|
@ -463,7 +463,7 @@ export type Database = {
|
|||
"Patches Download Permission": "None" | "Current" | "All"
|
||||
"Tag Categories":
|
||||
| "Pokédex"
|
||||
| "Sprites"
|
||||
| "Graphics"
|
||||
| "New"
|
||||
| "Altered"
|
||||
| "Quality of Life"
|
||||
|
|
@ -471,6 +471,7 @@ export type Database = {
|
|||
| "Difficulty"
|
||||
| "Scale"
|
||||
| "Tone"
|
||||
| "Category"
|
||||
}
|
||||
CompositeTypes: {
|
||||
[_ in never]: never
|
||||
|
|
@ -605,7 +606,7 @@ export const Constants = {
|
|||
"Patches Download Permission": ["None", "Current", "All"],
|
||||
"Tag Categories": [
|
||||
"Pokédex",
|
||||
"Sprites",
|
||||
"Graphics",
|
||||
"New",
|
||||
"Altered",
|
||||
"Quality of Life",
|
||||
|
|
@ -613,6 +614,7 @@ export const Constants = {
|
|||
"Difficulty",
|
||||
"Scale",
|
||||
"Tone",
|
||||
"Category",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user