States and Selectors - Template
|-/redux
|
|-/kyc
|- index.ts
|- kycSlice.ts
|- kycThunks.tsHow to get pending documents?
import {useAppDispatch} from 'LinkerStudio/core/hooks';
const dispatch = useAppDispatch();
await dispatch(fetchGetRequiredDocuments());How to upload a pending document?
Parameter
Type
Description
Last updated