indexType aliases
Type Alias: LocationIdType
> LocationIdType = [keyof NqtrLocationIds] extends [never] ? string : keyof NqtrLocationIds
Defined in: src/registries/NqtrIds.ts:62
The type used wherever a location ID is expected.
- Default — resolves to
string. - Augmented — resolves to the union of known location IDs once NqtrLocationIds has been extended.