flower-app/src/types/user.d.ts
2023-05-28 21:19:03 +08:00

4 lines
64 B
TypeScript

export interface UserType{
id: string,
password:string
}