types: optimize data types (#254)

This commit is contained in:
Fine0830
2023-04-06 21:50:57 +08:00
committed by GitHub
parent 8bb45bb453
commit 49a5481fb0
50 changed files with 263 additions and 213 deletions

View File

@@ -233,6 +233,6 @@ export const selectorStore = defineStore({
},
});
export function useSelectorStore(): any {
export function useSelectorStore(): Recordable {
return selectorStore(store);
}