MUSIC_SEARCH_TEXT_TYPED: (
      state,
      { payload: { text } }: PayloadAction<{ text: string }>
    ) => handleTextType(text)(state),