GramIO API Reference / @gramio/i18n/dist / GetValueNested
Type Alias: GetValueNested<T, K>
GetValueNested<
T,K> =Kextends`${infer P}.${infer Q}`?GetValueNested<SafeGet<T,P>,Q> :SafeGet<T,K>
Defined in: i18n/index.d.ts:14
Type Parameters
| Type Parameter |
|---|
T |
K extends string |