import type { AvatarProps } from '@planview/pv-uikit'; export type ProductType = 'adaptivework' | 'e1_ctm' | 'ea' | 'teamtap' | 'spigit' | 'okrs' | 'e1_prm' | 'ppmpro' | 'projectplace' | 'roadmaps' | 'leankit' | 'changepoint' | 'viz' | 'pvadmin' | 'planview_me' | 'project_advantage' | 'plutora' | 'release_and_verify' | 'ensemble'; export type Product = { name: ProductType; label: string; secondaryLabel?: string; active?: boolean; url?: string; }; export type ProductSwitcherOrganization = { name: string; domain: string; avatar: { light: string | React.ReactElement; dark: string | React.ReactElement; }; }; //# sourceMappingURL=types.d.ts.map