type AllTupleKeys<T> = T extends any ? keyof T & `${number}` : never;
定义于: packages/form-core/src/util-types.ts:65