move to feature module and init board
This commit is contained in:
4
src/modules/feature/feature.ts
Normal file
4
src/modules/feature/feature.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
type Feature = {
|
||||
name: string
|
||||
complexity: number
|
||||
}
|
||||
Reference in New Issue
Block a user