LK
Size: a a a
LK
AH
SK
export const getUserById = createAsyncThunk('qualityFeedback/fetchUsers', async (userId: number) => {
const response = await fetch(`https://reqres.in/api/users/${userId}`);
return (await response.json()) as User;
});
const result = await dispatch(getUserById(1));
VN
А
А
А
А
SG
А
IV
IV
AM
AM
IV
А
I
I
IV