@reffuse/extension-query 0.1.4 #15

Merged
Thilawyn merged 340 commits from next into master 2025-05-26 04:15:01 +02:00
Showing only changes of commit e8f92c88b8 - Show all commits

View File

@@ -25,7 +25,7 @@ export interface SubscriptionSubRefUnify<A extends { [Unify.typeSymbol]?: any }>
} }
export interface SubscriptionSubRefUnifyIgnore extends SubscriptionRef.SubscriptionRefUnifyIgnore { export interface SubscriptionSubRefUnifyIgnore extends SubscriptionRef.SubscriptionRefUnifyIgnore {
SynchronizedRef?: true SubscriptionRef?: true
} }