From 837c49222761c389eb3ebe0bf22814dc310bfc5a Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Tue, 14 Jan 2025 21:45:55 +0100 Subject: [PATCH] Move pinned_at sort type --- src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index 0a7b7e384..c662dc651 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1943,8 +1943,7 @@ export type ReactionSortBase = | ChannelSortBase - | Array> - | { pinned_at: AscDesc }; + | Array>; export type ChannelSortBase = Sort< StreamChatGenerics['channelType'] @@ -1954,6 +1953,7 @@ export type ChannelSortBase