fix: missing type

This commit is contained in:
Daniel Hougaard
2025-03-27 10:34:52 +04:00
parent 53c015988d
commit 042a472f59

View File

@@ -33,6 +33,7 @@ export type TListProjectAuditLogDTO = {
endDate?: string;
startDate?: string;
projectId?: string;
environment?: string;
auditLogActorId?: string;
actorType?: ActorType;
secretPath?: string;