/** Supported header user menu actions */
export enum HeaderUserMenuAction {
  Profile = 'profile',
  LogOut = 'logOut',
}
