Skip to content
Snippets Groups Projects
user.model.ts 116 B
Newer Older
  • Learn to ignore specific revisions
  • export interface User {
      displayName: string
      id: string
      isAdmin: boolean
      login: string
      xsrftoken: string
    }