export interface IProfileCardScopedSlots { default?: ProfileCardItemScopedSlots; renderChildren?: ProfileCardTenantPeopleInformationProps; } export interface ProfileCardTenantPeopleInformationProps { showLinkToDelve: boolean; isEnablePeopleInfoCard: boolean; } export interface ProfileCardItemScopedSlots { openProfileDialog: () => void; isEnablePeopleInfoCard: boolean; }