We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb841c3 commit d453345Copy full SHA for d453345
1 file changed
app/types/line.d.ts
@@ -1,9 +1,2 @@
1
export type Line =
2
- | "blue"
3
- | "brown"
4
- | "green"
5
- | "orange"
6
- | "pink"
7
- | "purple"
8
- | "red"
9
- | "yellow";
+ "blue" | "brown" | "green" | "orange" | "pink" | "purple" | "red" | "yellow";
0 commit comments