dochub-sdk 0.1.146 → 0.1.147
Sign up to get free protection for your applications and to get access to all the features.
- package/index.ts +1 -0
- package/package.json +1 -1
package/index.ts
CHANGED
@@ -18,6 +18,7 @@ export * from './interfaces/router';
|
|
18
18
|
export * from './interfaces/settings';
|
19
19
|
export * from './interfaces/ui';
|
20
20
|
export * from './interfaces/tools';
|
21
|
+
export * from './interfaces/lang';
|
21
22
|
|
22
23
|
export * from './schemas/basetypes';
|
23
24
|
export * from './schemas/dochub-yaml';
|