Skip to content

Commit

Permalink
Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 2, 2024
1 parent 79cfc19 commit da2958e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/Primitive.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type { Primitive } from "@nestia/fetcher";
export type { Primitive } from "typia";
2 changes: 1 addition & 1 deletion src/api/Resolved.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type { Resolved } from "@nestia/fetcher";
export type { Resolved } from "typia";
1 change: 0 additions & 1 deletion src/api/module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export type * from "./IConnection";
export type * from "./Primitive";
export * from "./HttpError";

export * as functional from "./functional";

0 comments on commit da2958e

Please sign in to comment.