mirror of
https://github.com/vercel/commerce.git
synced 2025-03-16 15:32:32 +00:00
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
|
export type Colors = "violet" | "black" | "pink" | "white";
|