mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 08:29:41 +00:00
4 lines
No EOL
199 B
TypeScript
4 lines
No EOL
199 B
TypeScript
import { TBlueMarbleJSON, TCharityJSON } from "./schemas";
|
|
|
|
export type Schemas = TCharityJSON | TBlueMarbleJSON;
|
|
export type SchemaTypeNames = "CHA" | "BM" | "N/A"; // Charity, BlueMarble or unknown
|