aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index e3da192..b1d05f8 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -32,7 +32,10 @@ export { ThemeSource } from './schemas/ThemeSource';
32 32
33export { Translation } from './schemas/Translation'; 33export { Translation } from './schemas/Translation';
34 34
35export type { CertificateSnapshotIn } from './stores/Certificate'; 35export type {
36 CertificatePrincipal,
37 CertificateSnapshotIn,
38} from './stores/Certificate';
36export { default as Certificate } from './stores/Certificate'; 39export { default as Certificate } from './stores/Certificate';
37 40
38export type { 41export type {