X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fmodels%2FVNFDModel.ts;h=530ba4877fb6d8442605b98630b907534f6581e4;hb=1b17c432991a95035a1732426f0c11db57e511c9;hp=6eafe39c886b72d2ef15190cfc5235cb84a8adff;hpb=50e53afdfc376c2055284bda4be1664acfe4fcee;p=osm%2FNG-UI.git diff --git a/src/models/VNFDModel.ts b/src/models/VNFDModel.ts index 6eafe39..530ba48 100644 --- a/src/models/VNFDModel.ts +++ b/src/models/VNFDModel.ts @@ -33,6 +33,17 @@ export interface ProjectModel { admin: boolean; message?: string; user_id?: string; + roles?: RolesData[]; + last_login?: number; + login_count?: string; + user_show?: boolean; + admin_show?: boolean; +} + +/** Interface for Roles */ +export interface RolesData { + name?: string; + id?: string; } /** Interface for ProjectDetails */