gohttpdUi/mock/user/types.ts

7 lines
96 B
TypeScript

export interface User {
userName: String
password: String
role: String
roleId: String
}