Skip to content

Commit 74fcde3

Browse files
Update usageType type to array
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 676f31c commit 74fcde3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/model.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const baselineCodeJSON: CodeJSON = {
1313
URL: "",
1414
},
1515
],
16-
usageType: "",
16+
usageType: [],
1717
exemptionText: "",
1818
},
1919
organization: "",

src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface ReuseFrequency {
4343

4444
export interface Permissions {
4545
license: License[];
46-
usageType: string;
46+
usageType: string[];
4747
exemptionText: string;
4848
}
4949

0 commit comments

Comments
 (0)