States and Selectors
|-/redux
|
|-/payroll
|- index.ts
|- payrollSlice.ts
|- payrollThunks.tsHow to get the user accounts?
import {useAppDispatch} from 'LinkerStudio/core/hooks';
const dispatch = useAppDispatch();
dispatch(fetchUserAccounts(params));How to get movements?
How to get receipts?
Last updated