Skip to content

Documentation / @ember-data/store / types / FindAllOptions

ts
type FindAllOptions<T> = BaseFinderOptions<T>;

Defined in: packages/store/src/-types/q/store.ts:33

Type Parameters

T

T = unknown

Released under the MIT License.