types.ts 96 B

123456
  1. export interface User {
  2. userName: String
  3. password: String
  4. role: String
  5. roleId: String
  6. }