Skip to content

Documentation / @warp-drive/core / reactive / ReactiveResourceArray

Interface: ReactiveResourceArray<T>

Defined in: core/src/store/-private/record-arrays/resource-array.ts:110

Extends

Extended by

Type Parameters

T

T = unknown

Indexable

ts
[key: number]: T

Released under the MIT License.