2 lines
42 B
TypeScript
2 lines
42 B
TypeScript
export type Unit = "imperial" | "metric";
|
export type Unit = "imperial" | "metric";
|