Skip to content

Commit

Permalink
remove unused config key
Browse files Browse the repository at this point in the history
  • Loading branch information
av-martin committed May 10, 2024
1 parent c5de600 commit 9a13c71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/av_client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ export type BallotStatus = {
}
}

export interface AffidavitConfig {
curve: string;
encryptionKey: string;
}

export type BallotSelection = {
reference: string
contestSelections: ContestSelection[]
Expand Down Expand Up @@ -279,7 +274,6 @@ export type ReadableOptionSelection = {
export interface LatestConfig {
items: LatestConfigItems
receipt?: string
affidavit?: AffidavitConfig
}

export interface LatestConfigItems {
Expand Down

0 comments on commit 9a13c71

Please sign in to comment.