Skip to content

Commit

Permalink
fix: export recovery healthcert types (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored Mar 29, 2022
1 parent ab9cf04 commit 67997c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as geekout from "./__generated__/sg/gov/tech/geekout/1.0/schema";
import * as notarise from "./__generated__/sg/gov/tech/notarise/1.0/schema";
import * as pdtHealthCertV2 from "./__generated__/sg/gov/moh/pdt-healthcert/2.0/schema";
import * as recHealthCertV2 from "./__generated__/sg/gov/moh/recovery-healthcert/2.0/schema";
import * as vaccinationHealthcert from "./__generated__/sg/gov/moh/vaccination-healthcert/1.0/schema";

import * as pdtHealthCertV2Schema from "./sg/gov/moh/pdt-healthcert/2.0";
Expand All @@ -11,6 +12,7 @@ export {
geekout,
notarise,
pdtHealthCertV2,
recHealthCertV2,
vaccinationHealthcert,
pdtHealthCertV2Schema,
recHealthCertV2Schema,
Expand Down

0 comments on commit 67997c7

Please sign in to comment.