update(types): Rename FlowStore to Store and ReactiveFlowStore to FlowStore
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -89,5 +89,5 @@ export interface FlowGetters {
|
||||
getSelectedNodes: ComputedRef<GraphNode[]>
|
||||
}
|
||||
|
||||
export type FlowStore = { state: FlowState } & ToRefs<FlowState> & FlowActions & FlowGetters
|
||||
export type ReactiveFlowStore = UnwrapNestedRefs<FlowStore>
|
||||
export type Store = { state: FlowState } & ToRefs<FlowState> & FlowActions & FlowGetters
|
||||
export type FlowStore = UnwrapNestedRefs<Store>
|
||||
|
||||
Reference in New Issue
Block a user