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 ac6448b commit 0ace8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/openapi/models/EditBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export type EditBody = {
oldName: string;
newName: string;
newContent?: (string | null);
newRefs?: (string | null);
};

0 comments on commit 0ace8c8

Please sign in to comment.