Skip to content

Commit

Permalink
chore: update client file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujhtech committed Jan 5, 2024
1 parent 2e816a6 commit b4ed674
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export class SwyftpayClient {
constructor() {}
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./client";
export * from "./types";
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import { z } from "zod";

0 comments on commit b4ed674

Please sign in to comment.