Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Jul 26, 2024
1 parent 9d1de83 commit 787e662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/circuit-zkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export type ProofStruct = {

export type NumberLike = number | bigint | `${number}`;
export type ArrayLike = NumberLike[] | ArrayLike[];
export type SignalLike = NumberLike | ArrayLike;
export type Signals = Record<string, SignalLike>;
export type Signal = NumberLike | ArrayLike;
export type Signals = Record<string, Signal>;

export type ArtifactsFileType = "r1cs" | "zkey" | "vkey" | "sym" | "json" | "wasm";
export type VerifierTemplateType = "groth16";
Expand Down

0 comments on commit 787e662

Please sign in to comment.