AllowedNumericKeypathstype AllowedNumericKeypaths<TApi> = Partial<Record<keyof TApi, readonly KeyPath[]>>; Type Parameters Type ParameterTApi