@reffuse/extension-query 0.1.5 #16

Merged
Thilawyn merged 347 commits from next into master 2025-06-01 05:28:47 +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
} }