Remove the taken property from Colour
This commit is contained in:
parent
7de3f614da
commit
1e8ae8e99f
1 changed files with 0 additions and 1 deletions
1
web-svelte/src/types/colour.d.ts
vendored
1
web-svelte/src/types/colour.d.ts
vendored
|
|
@ -1,5 +1,4 @@
|
||||||
interface Colour {
|
interface Colour {
|
||||||
name: string;
|
name: string;
|
||||||
hex: string;
|
hex: string;
|
||||||
taken: boolean;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue