Skip to content

Commit

Permalink
fix: export NotaryOutput type
Browse files Browse the repository at this point in the history
  • Loading branch information
davej committed Nov 4, 2024
1 parent d1d13c2 commit 1054472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import FormData from "form-data";
import { createReadStream, createWriteStream } from "fs";
import { Stream } from "stream";

export { NotaryOutput } from "../routes/getNotarizationCredentials.js";

export async function getSecret(secretName: string): Promise<string> {
const response = await axios.post("http://localhost:3000/getSecret", {
secretName,
Expand Down

0 comments on commit 1054472

Please sign in to comment.