File

src/lib/types.ts

Index

Properties

Properties

hash
hash: string
Type : string
Optional
name
name: string
Type : string
version
version: string
Type : string
import { ComponentType } from '@angular/cdk/portal';
import { AppsNavigationConfig } from '@rxap/config';
import { IconConfig } from '@rxap/utilities';



export type ExternalApp = AppsNavigationConfig;
export type ExtractUsernameFromProfileFn<T = unknown> = (profile: T) => string | null;
export interface ReleaseInfoModule {
  name: string;
  version: string;
  hash?: string;
}

export type SettingsMenuItemComponent = ComponentType<unknown>;

export type DefaultHeaderItemComponent = ComponentType<unknown>;

export interface SettingsMenuItem {
  icon?: IconConfig;
  label: string;
  action: () => any;
}

results matching ""

    No results matching ""