2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type Colors = 'red' | 'blue' | 'green'
|
export type Colors = 'red' | 'blue' | 'green'
|