chore(i18n,docs): update translations (#43567)
This commit is contained in:
@ -76,9 +76,9 @@ export const actionFunction = (
|
||||
### Cómo reducir
|
||||
|
||||
```typescript
|
||||
// Acción del reductor de base sin carga útil
|
||||
// Base reducer action without payload
|
||||
type ReducerBase<T> = { type: T };
|
||||
// Lógica para manejar cargas útiles opcionales
|
||||
// Logic for handling optional payloads
|
||||
type ReducerPayload<T extends AppActionTypes> =
|
||||
T extends AppActionTypes.actionFunction
|
||||
? ReducerBase<T> & {
|
||||
|
Reference in New Issue
Block a user