mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-27 09:28:17 +00:00
misc: addressed type issue with audit log
This commit is contained in:
@ -1227,10 +1227,12 @@ interface UpdateProjectKmsEvent {
|
||||
|
||||
interface GetProjectKmsBackupEvent {
|
||||
type: EventType.GET_PROJECT_KMS_BACKUP;
|
||||
metadata: Record<string, string>; // no metadata yet
|
||||
}
|
||||
|
||||
interface LoadProjectKmsBackupEvent {
|
||||
type: EventType.LOAD_PROJECT_KMS_BACKUP;
|
||||
metadata: Record<string, string>; // no metadata yet
|
||||
}
|
||||
|
||||
export type Event =
|
||||
|
Reference in New Issue
Block a user