Type alias PathsToStringPropsT<Value>

PathsToStringPropsT<Value>: Value extends Record<string, unknown> ? { [ Key in keyof Value]: [Key, ...PathsToStringPropsT<Value[Key]>] | [Key] }[keyof Value] : []

Type Parameters

Generated using TypeDoc