🔧 SDK ReferenceTypesStorageResultItemStorageResultItemtype StorageResultItem<T = unknown> = { key: string; value: T;};