diff --git a/src/utils/getType.ts b/src/utils/getType.ts index fa8c975..2e6c8d8 100644 --- a/src/utils/getType.ts +++ b/src/utils/getType.ts @@ -1,4 +1,4 @@ -import type { LiteralUnion } from '../types/LiteralUnion'; +import type { LiteralUnion } from 'type-fest'; export type GetTypeReturn = LiteralUnion< | 'Undefined'