ทะเบียนประวัติ: เพิ่มอีก2tag

This commit is contained in:
Oat 2024-03-06 10:34:43 +07:00
parent 1b2557cb08
commit afed451400
3 changed files with 130 additions and 14 deletions

View file

@ -11,4 +11,9 @@ interface FormData {
isProbation: boolean,
}
export type { FormData }
interface YearRange {
min:number,
max:number
}
export type { FormData , YearRange}