source:
bus-n-go-pavel-216049/bus-n-go-frontend/src/app/model/responses/AdminUsersResponse.ts
Last change on this file was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 142 bytes |
Rev | Line | |
---|---|---|
[baf4cc4] | 1 | export interface AdminUsersResponse { |
2 | email: string | |
3 | name: string | |
4 | address: string | |
5 | phoneNumber: string | |
6 | id: number | |
7 | roles: string[] | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.