type PathFinder< TFieldValues, Key extends keyof TFieldValues = keyof TFieldValues, > = Key extends string ? TFieldValues[Key] extends FileList ? Key