update filter รอ api
ทำ store ,interface
This commit is contained in:
parent
ebbdec0478
commit
d642cf39bf
4 changed files with 84 additions and 43 deletions
17
src/modules/05_leave/interface/index/main.ts
Normal file
17
src/modules/05_leave/interface/index/main.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
interface OptionData {
|
||||
id: string | undefined
|
||||
name: string | undefined
|
||||
}
|
||||
|
||||
interface FormLeavetMainData {
|
||||
type: string
|
||||
numDate: string
|
||||
extend: string
|
||||
use: string
|
||||
numAll: string
|
||||
numDone: string
|
||||
numNot: string
|
||||
numCancel: string
|
||||
}
|
||||
|
||||
export type { OptionData, FormLeavetMainData }
|
||||
Loading…
Add table
Add a link
Reference in a new issue