diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/index.ts | 1 | ||||
-rw-r--r-- | client/src/types/index.ts | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/client/src/index.ts b/client/src/index.ts new file mode 100644 index 000000000..c9f6f047d --- /dev/null +++ b/client/src/index.ts | |||
@@ -0,0 +1 @@ | |||
export * from './types' | |||
diff --git a/client/src/types/index.ts b/client/src/types/index.ts new file mode 100644 index 000000000..5508515fd --- /dev/null +++ b/client/src/types/index.ts | |||
@@ -0,0 +1,6 @@ | |||
1 | export * from './client-script.model' | ||
2 | export * from './job-state-client.type' | ||
3 | export * from './job-type-client.type' | ||
4 | export * from './link.type' | ||
5 | export * from './register-client-option.model' | ||
6 | export * from './select-options-item.model' | ||