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

6 lines
85 B
TypeScript

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