Skip to content

Commit

Permalink
sh run.sh gen_api
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Nov 28, 2023
1 parent e917e6a commit fac83b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/openapi/models/UploadBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export type UploadBody = {
name: string;
content: string;
refs: string;
pdbFileBase64: string;
};

0 comments on commit fac83b1

Please sign in to comment.