Type alias: PathValue<T, P>
i18n/src.PathValue
PathValue<
T,P>:Pextends `${infer Key}.${infer Rest}` ?Keyextends keyofT?RestextendsPath<T[Key]> ?PathValue<T[Key],Rest> :never:never:Pextends keyofT?T[P] :never
Type parameters
| Parameter |
|---|
T |
P extends Path<T> |
Source
Generated using typedoc-plugin-markdown and TypeDoc