upd: apaa aja aku lupa
This commit is contained in:
11
src/module/user/lib/type_user.ts
Normal file
11
src/module/user/lib/type_user.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export type TypeUser = {
|
||||
id: string
|
||||
name: string
|
||||
nik: string
|
||||
phone: string
|
||||
email: string
|
||||
gender: string
|
||||
isActive: boolean,
|
||||
group: string,
|
||||
position: string
|
||||
}[]
|
||||
Reference in New Issue
Block a user