Refactor schema
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
import z from "zod"
|
||||
import {
|
||||
arcadeStatsSchema,
|
||||
bedwarsStatsSchema,
|
||||
blitzStatsSchema,
|
||||
buildBattleStatsSchema,
|
||||
copsAndCrimsStatsSchema,
|
||||
duelsStatsSchema,
|
||||
megawallsStats,
|
||||
murderMysteryStatsSchema,
|
||||
pitStats,
|
||||
skywarsStatsSchema,
|
||||
speedUhcStatsSchema,
|
||||
tntGamesStatsSchema,
|
||||
uhcSchema,
|
||||
woolGamesStatsSchema
|
||||
} from "./stats"
|
||||
import { arcadeStatsSchema } from "./stats/arcade"
|
||||
import { bedwarsStatsSchema } from "./stats/bedwars"
|
||||
import { blitzStatsSchema } from "./stats/blitz"
|
||||
import { buildBattleStatsSchema } from "./stats/build-battle"
|
||||
import { copsAndCrimsStatsSchema } from "./stats/copsandcrims"
|
||||
import { duelsStatsSchema } from "./stats/duels"
|
||||
import { megawallsStats } from "./stats/megawalls"
|
||||
import { murderMysteryStatsSchema } from "./stats/murder-mystery"
|
||||
import { pitStats } from "./stats/pit"
|
||||
import { skywarsStatsSchema } from "./stats/skywars"
|
||||
import { speedUhcStatsSchema } from "./stats/speeduhc"
|
||||
import { tntGamesStatsSchema } from "./stats/tnt-games"
|
||||
import { uhcSchema } from "./stats/uhc"
|
||||
import { woolGamesStatsSchema } from "./stats/woolgames"
|
||||
|
||||
export const playerSchema = z.looseObject({
|
||||
player: z.looseObject({
|
||||
|
||||
Reference in New Issue
Block a user