interface DeleteUserProps {
    navigation: any;
    setError: ((error) => void);
}

Properties

Properties

navigation: any
setError: ((error) => void)

Type declaration

    • (error): void
    • Parameters

      • error: string

      Returns void