UNPKG

@kalamazoo/focused-task-close-account

Version:

This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".

9 lines (8 loc) 234 B
import { User } from '../../types'; export interface DeleteUserOverviewScreenProps { accessibleSites: string[]; isCurrentUser: boolean; user: User; deactivateUserHandler?: () => void; isUserDeactivated: boolean; }