Update audit-log-types.ts

This commit is contained in:
Daniel Hougaard
2025-04-03 20:13:01 +04:00
parent fe172e39bf
commit c7416c825c

View File

@@ -1,5 +1,3 @@
import { SigningAlgorithm } from "aws-sdk/clients/acmpca";
import {
TCreateProjectTemplateDTO,
TUpdateProjectTemplateDTO
@@ -7,7 +5,7 @@ import {
import { SshCaStatus, SshCertType } from "@app/ee/services/ssh/ssh-certificate-authority-types";
import { SshCertTemplateStatus } from "@app/ee/services/ssh-certificate-template/ssh-certificate-template-types";
import { SymmetricKeyEncryptDecrypt } from "@app/lib/crypto/cipher";
import { AsymmetricKeySignVerify } from "@app/lib/crypto/sign/types";
import { AsymmetricKeySignVerify, SigningAlgorithm } from "@app/lib/crypto/sign/types";
import { TProjectPermission } from "@app/lib/types";
import { AppConnection } from "@app/services/app-connection/app-connection-enums";
import { TCreateAppConnectionDTO, TUpdateAppConnectionDTO } from "@app/services/app-connection/app-connection-types";