This shorthand is 3 character shorter than using positional: in ArgsWrapper
positional:
import { Resource } from 'ember-resources';import type { Positional } from 'ember-resources';class MyResource extends Resource<Positional<[number]>> {}
Generated using TypeDoc
This shorthand is 3 character shorter than using
positional:in ArgsWrapper