export class ProfileMenuItem { svgIcon: string = ''; title: string = ''; action: any; orderRank?: number; }