aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidocs/method.example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/apidocs/method.example.ts')
-rw-r--r--test/scripts/apidocs/method.example.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/apidocs/method.example.ts b/test/scripts/apidocs/method.example.ts
index e72f5f3f..4ecdaee1 100644
--- a/test/scripts/apidocs/method.example.ts
+++ b/test/scripts/apidocs/method.example.ts
@@ -1,7 +1,7 @@
import type { Casing, ColorFormat } from '../../../src';
import { FakerError } from '../../../src/errors/faker-error';
+import type { LiteralUnion } from '../../../src/internal/types';
import type { AlphaNumericChar } from '../../../src/modules/string';
-import type { LiteralUnion } from '../../../src/utils/types';
// explicitly export types so they show up in the docs as decomposed types
export type { NumberColorFormat, StringColorFormat } from '../../../src';
export type { AlphaNumericChar, Casing, ColorFormat, LiteralUnion };