Added TODO
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-20 00:41:40 +01:00
parent 59b13f23af
commit e66b15e749

View File

@@ -20,6 +20,7 @@ import { CommonKeys } from "."
// ]> // ]>
// TODO: use OverrideProperties from type-fest?
export type Extend<T extends readonly object[]> = ( export type Extend<T extends readonly object[]> = (
T extends [ T extends [
infer Super, infer Super,