diff options
Diffstat (limited to 'frontend/src/types')
| -rw-r--r-- | frontend/src/types/constants.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/types/constants.ts b/frontend/src/types/constants.ts index 1e44b21..b1309e9 100644 --- a/frontend/src/types/constants.ts +++ b/frontend/src/types/constants.ts @@ -4,6 +4,15 @@ export const EamuseImportInfo: Record<string, { scorePage: string }> = { }, }; +export const globalSkipKeys = [ + "id", + "internalname", + "internalName", + "gameInternalName", + "userId", + "chartId" +]; + export function getFilterOptions(game: string): { value: string; label: string }[] { switch (game) { case "dancerush": |
