Hooks - Template

|-/hooks 
    |- index.ts
    |- useGetCustomerData.ts
    |- useInterval.ts

useGetCustomerData.ts

This hook allows to get the customer data from the KYC module

useInterval.ts

This hook helps to call some functionalities with a declared time interval.

Last updated