diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/plugins/client/index.ts | 1 | ||||
-rw-r--r-- | shared/models/plugins/client/plugin-selector-id.type.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/client/index.ts b/shared/models/plugins/client/index.ts index 6dfc6351f..c500185c9 100644 --- a/shared/models/plugins/client/index.ts +++ b/shared/models/plugins/client/index.ts | |||
@@ -1,6 +1,7 @@ | |||
1 | export * from './client-hook.model' | 1 | export * from './client-hook.model' |
2 | export * from './plugin-client-scope.type' | 2 | export * from './plugin-client-scope.type' |
3 | export * from './plugin-element-placeholder.type' | 3 | export * from './plugin-element-placeholder.type' |
4 | export * from './plugin-selector-id.type' | ||
4 | export * from './register-client-form-field.model' | 5 | export * from './register-client-form-field.model' |
5 | export * from './register-client-hook.model' | 6 | export * from './register-client-hook.model' |
6 | export * from './register-client-settings-script.model' | 7 | export * from './register-client-settings-script.model' |
diff --git a/shared/models/plugins/client/plugin-selector-id.type.ts b/shared/models/plugins/client/plugin-selector-id.type.ts new file mode 100644 index 000000000..b74dffbef --- /dev/null +++ b/shared/models/plugins/client/plugin-selector-id.type.ts | |||
@@ -0,0 +1 @@ | |||
export type PluginSelectorId = 'login-form' | |||