We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8268c5 commit 7114e46Copy full SHA for 7114e46
1 file changed
__tests__/__snapshots__/nullables.test.ts.snap
@@ -1,7 +1,7 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`nullables 1`] = `
4
-"import type { Jsonifiable } from 'type-fest';
+"import type { Jsonifiable, Jsonify } from 'type-fest';
5
import type { JsonifiableObject } from 'type-fest/source/jsonifiable.js';
6
7
export type MySchemaLolOrNullable = "lol" | "kek" | null;
0 commit comments