File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ export interface ChatConfig<
7777 * the token no longer matches.
7878 */
7979 onLockConflict ?:
80- | "force"
81- | "drop"
82- | ( (
83- threadId : string ,
84- message : Message
85- ) => "force" | "drop" | Promise < "force" | "drop" > ) ;
80+ | "force"
81+ | "drop"
82+ | ( (
83+ threadId : string ,
84+ message : Message
85+ ) => "force" | "drop" | Promise < "force" | "drop" > ) ;
8686 /** State adapter for subscriptions and locking */
8787 state : StateAdapter ;
8888 /**
@@ -1541,7 +1541,7 @@ export interface EmojiFormats {
15411541 * ```
15421542 */
15431543// biome-ignore lint/suspicious/noEmptyInterface: Required for TypeScript module augmentation
1544- export interface CustomEmojiMap { }
1544+ export interface CustomEmojiMap { }
15451545
15461546/**
15471547 * Full emoji type including well-known and custom emoji.
You can’t perform that action at this time.
0 commit comments