update filter รอ api

ทำ store ,interface
This commit is contained in:
AnandaTon 2023-10-27 09:32:57 +07:00
parent ebbdec0478
commit d642cf39bf
4 changed files with 84 additions and 43 deletions

View 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 }