Skip to content

Commit

Permalink
Commit from GitHub Actions (Export and compile structures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 21, 2024
1 parent 22d274c commit 850b58c
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 81 deletions.
4 changes: 3 additions & 1 deletion dist/src/testData.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,9 @@ export namespace TEST_DATA {
export { image_1 as image };
}
namespace POLL {
let question_1: string;
export namespace question_1 {
let text: string;
}
export { question_1 as question };
let answers_1: {
answer_id: number;
Expand Down
2 changes: 1 addition & 1 deletion dist/src/testData.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 850b58c

Please sign in to comment.