mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-06 03:28:55 +00:00
5 lines
No EOL
310 B
TypeScript
5 lines
No EOL
310 B
TypeScript
import { TBlueMarbleJSON, TCharityJSON } from "./schemas";
|
|
|
|
export type Schemas = TCharityJSON | TBlueMarbleJSON;
|
|
export type SchemaTypeNames = "CHA" | "BM" | "N/A"; // Charity, BlueMarble or unknown
|
|
export type WindowNames = "bm-manage-templates" | "bm-manage-links" | "bm-create-template" | "bm-main-overlay" |