Use right type

This commit is contained in:
Adria Navarro 2024-12-20 12:45:01 +01:00
parent bec5ad6c95
commit 10615bbce4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export const createStores = (): Store => {
}
}
export const deriveStores = (context: Store): DerivedStore => {
export const deriveStores = (context: StoreContext): DerivedStore => {
const { columns } = context
// Derive a lookup map for all columns by name