mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
2 lines
63 B
TypeScript
2 lines
63 B
TypeScript
export type Tier = "tier1" | "tier2" | "tier3" | "enterprise";
|