function forInimport { forIn } from "https://deno.land/x/effector@effector-vue%4023.1.0/src/effector/collection.ts"; forIn<T, Key extends string = string>(obj: Record<Key, T>, cb: (value: T, key: Key) => void)Type ParametersToptionalKey extends string = stringParametersobj: Record<Key, T>cb: (value: T, key: Key) => void