Add type-alias-readonlydeep rule and make ducks mostly immutable
This commit is contained in:
parent
11ce3c3d59
commit
c58a723f45
47 changed files with 1164 additions and 871 deletions
|
@ -125,7 +125,7 @@ export const getRecentStickers = createSelector(
|
|||
getStickersPath,
|
||||
getTempPath,
|
||||
(
|
||||
recents: Array<RecentStickerType>,
|
||||
recents: ReadonlyArray<RecentStickerType>,
|
||||
packs: Dictionary<StickerPackDBType>,
|
||||
stickersPath: string,
|
||||
tempPath: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue