Skip to content

Commit

Permalink
add an initial version of task form help text (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr authored Jul 13, 2023
1 parent 81176a5 commit a4ee9a8
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 77 deletions.
6 changes: 6 additions & 0 deletions app/src/ApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ export type NewTask = Omit<
| "account_id"
| "created_at"
| "updated_at"
| "vdaf"
> & {
hpke_config: string;
partner_url: string;
vdaf: {
type: "sum" | "count" | "histogram";
bits?: number;
buckets?: number;
};
};

export interface UpdateTask {
Expand Down
Loading

0 comments on commit a4ee9a8

Please sign in to comment.