mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
types: optimize data types (#254)
This commit is contained in:
@@ -233,6 +233,6 @@ export const selectorStore = defineStore({
|
||||
},
|
||||
});
|
||||
|
||||
export function useSelectorStore(): any {
|
||||
export function useSelectorStore(): Recordable {
|
||||
return selectorStore(store);
|
||||
}
|
||||
|
Reference in New Issue
Block a user