- Index<Type, Key>(type, key, options?): TIndexFromComputed<Type, Key>
- Index<Type, Key>(type, key, options?): TIndexFromComputed<Type, Key>
- Index<Type, Key>(type, key, options?): TIndexFromComputed<Type, Key>
Type Parameters
- Type extends TRef<string>
- Key extends TRef<string>
- Index<Type, MappedResult>(type, mappedResult, options?): TIndexFromMappedResult<Type, MappedResult>
- Index<Type, MappedResult>(type, mappedResult, options?): TIndexFromMappedResult<Type, MappedResult>
- Index<Type, MappedKey>(type, mappedKey, options?): TIndexFromMappedKey<Type, MappedKey>
- Index<Type, Key, PropertyKeys>(T, K, options?): TIndex<Type, PropertyKeys>
- Index<Type, PropertyKeys>(type, propertyKeys, options?): TIndex<Type, PropertyKeys>
Type Parameters
- Type extends TSchema
- PropertyKeys extends PropertyKey[]
[Json]
Returns an Indexed property type for the given keys