X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fcontrolpanel.types.ts;h=cad06309f195896a59c1d3a2fd627225811692bc;hb=ad70d4114bbfc5dbf20fd1a8151095d89610c759;hp=44e1d9fef125222d8aba2c098bd9e5607ae18e1f;hpb=22cfc3d48f2c8fdd395d820d623c11924af960f8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/interfaces/controlpanel.types.ts b/webapp-frontend/src/app/interfaces/controlpanel.types.ts index 44e1d9f..cad0630 100644 --- a/webapp-frontend/src/app/interfaces/controlpanel.types.ts +++ b/webapp-frontend/src/app/interfaces/controlpanel.types.ts @@ -25,34 +25,3 @@ export interface ControlpanelSuccessTransport { status: number; data: string; } - -export interface EcompRoleFunction { - name: string; - code: string; - type: string; - action: string; -} - -export interface EcompRole { - id: number; - name: string; - [position: number]: EcompRoleFunction; -} - -export interface EcompUser { - orgId?: number; - managerId?: string; - firstName?: string; - middleInitial?: string; - lastName?: string; - phone?: string; - email?: string; - hrid?: string; - orgUserId?: string; - orgCode?: string; - orgManagerUserId?: string; - jobTitle?: string; - loginId: string; - active: boolean; - [position: number]: EcompRole; -}