interface DeactivateAccountSuccessProps {
    buttonText: string;
    onClick: (() => void);
    pageTitle: string;
}

Properties

buttonText: string
onClick: (() => void)

Type declaration

    • (): void
    • Returns void

pageTitle: string

Generated using TypeDoc