✨ Add new types for integration configuration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CategoryType } from './category';
|
||||
import { WrapperType } from './wrapper';
|
||||
import { ServiceType } from './service';
|
||||
import { ConfigServiceType, ServiceType } from './service';
|
||||
import { IntegrationsType } from './integration';
|
||||
import { SettingsType } from './settings';
|
||||
|
||||
@@ -14,6 +14,10 @@ export interface ConfigType {
|
||||
settings: SettingsType;
|
||||
}
|
||||
|
||||
export type BackendConfigType = Omit<ConfigType, 'services'> & {
|
||||
services: ConfigServiceType[];
|
||||
};
|
||||
|
||||
export interface ConfigPropertiesType {
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user