Skip to content

Commit a869d26

Browse files
committed
chore: rename partition_rotation to partition_ttl
1 parent ddc95cd commit a869d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ export type CreateChannelOptions<StreamChatGenerics extends ExtendableGenerics =
960960
uploads?: boolean;
961961
url_enrichment?: boolean;
962962
partition_size?: number;
963-
partition_rotation?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
963+
partition_ttl?: string | null; // Value such as "24h", "30m" or a combination: "2h30m"
964964
};
965965

966966
export type CreateCommandOptions<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = {

0 commit comments

Comments
 (0)