Lint fixes

This commit is contained in:
x032205
2025-07-03 20:30:20 -04:00
parent 1bbf78e295
commit 8723a16913
2 changed files with 3 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ export type TAppConnectionConfig =
| TFlyioConnectionConfig
| TGitLabConnectionConfig
| TCloudflareConnectionConfig
| TBitbucketConnectionConfig;
| TBitbucketConnectionConfig
| TZabbixConnectionConfig;
export type TValidateAppConnectionCredentialsSchema =

View File

@@ -134,7 +134,7 @@ export type TCloudflareConnectionOption = TAppConnectionOptionBase & {
export type TBitbucketConnectionOption = TAppConnectionOptionBase & {
app: AppConnection.Bitbucket;
}
};
export type TZabbixConnectionOption = TAppConnectionOptionBase & {
app: AppConnection.Zabbix;
@@ -168,7 +168,7 @@ export type TAppConnectionOption =
| TFlyioConnectionOption
| TGitlabConnectionOption
| TCloudflareConnectionOption
| TBitbucketConnectionOption;
| TBitbucketConnectionOption
| TZabbixConnectionOption;
export type TAppConnectionOptionMap = {