mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 12:39:44 +00:00
1 line
63 B
TypeScript
1 line
63 B
TypeScript
export type Tier = "tier1" | "tier2" | "tier3" | "enterprise";
|