forEachObj.indexed(payload.data, (item, key) => {
      if (typeof key === 'string' && key.startsWith('sp$$static$')) {
        staticState.value[key] = item
      }
    })