Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 24, 2023
1 parent 683d1bd commit b16b22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Interface/Environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { default: Environment } = await import("../Object/Environment.js");
const { default: _Object } = await import("../Object/Environment.js");

export type Type = Zod.infer<typeof Environment>;
export type Type = Zod.infer<typeof _Object>;

export type { Type as default };

0 comments on commit b16b22a

Please sign in to comment.