mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 12:39:38 +00:00
Added schema types
This commit is contained in:
parent
36888a4aaa
commit
f0396ab5be
1 changed files with 4 additions and 1 deletions
|
|
@ -73,4 +73,7 @@ export const BlueMarbleJSON = z.object({
|
|||
coords: z.string(),
|
||||
})).optional()
|
||||
}))
|
||||
})
|
||||
})
|
||||
|
||||
export type TCharityJSON = z.infer<typeof CharityJSON>;
|
||||
export type TBlueMarbleJSON = z.infer<typeof BlueMarbleJSON>;
|
||||
Loading…
Reference in a new issue