[MAJOR][FINAL] MVP
This commit is contained in:
12
src/types/entity.d.ts
vendored
12
src/types/entity.d.ts
vendored
@@ -1,3 +1,10 @@
|
||||
interface KaModalState {
|
||||
open: boolean
|
||||
body?: React.ReactNode
|
||||
title?: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
interface Board {
|
||||
id: number
|
||||
userId: number
|
||||
@@ -21,3 +28,8 @@ interface TaskGroup {
|
||||
groupId: string
|
||||
tasks: Task[]
|
||||
}
|
||||
|
||||
type StatusOption = {
|
||||
value: string
|
||||
label: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user