argos/dmp-frontend/src/app/core/model/user/user-info-listing.ts

7 lines
101 B
TypeScript

export interface UserInfoListingModel {
id: String;
name: String;
role: number;
email: String;
}