From a8500c662d341cb47c6f3c4473847108089d6946 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 14 Jan 2025 04:25:17 +0000 Subject: [PATCH] add fixme comment --- src/helpers/extractProperties.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/extractProperties.ts b/src/helpers/extractProperties.ts index e5ad7452..dfa6bc7d 100644 --- a/src/helpers/extractProperties.ts +++ b/src/helpers/extractProperties.ts @@ -1,5 +1,6 @@ // eslint-disable-next-line eslint-comments/disable-enable-pair /* eslint-disable @typescript-eslint/no-explicit-any */ +// FIXME: move to @transcend/type-utils /** * Type that represents the extracted properties from an object type T. * For each property K from T, creates an array of that property's type.