type DeepKeys<T> = unknown extends T ? string : DeepKeysAndValues<T>["key"];
定义于: packages/form-core/src/util-types.ts:160
对象或数组的键,深层嵌套。