Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit df9380a1 authored by Pattaradanai Srisarakorn's avatar Pattaradanai Srisarakorn
Browse files

สร้าง Types Employee

parent a6bd46ea
No related branches found
No related tags found
No related merge requests found
type Gender = 'male' | 'female' | 'others'
type Employee = {
id?: number
name: string
gender?: Gender
image?: string
Tel: string
dailyWageRate: number
}
export type { Gender, Employee }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment