mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix linter
This commit is contained in:
@@ -58,7 +58,7 @@ export type TCreateCertificateProfileDTO = {
|
||||
autoRenew?: boolean;
|
||||
renewBeforeDays?: number;
|
||||
};
|
||||
acmeConfig?: {};
|
||||
acmeConfig?: unknown;
|
||||
};
|
||||
|
||||
export type TUpdateCertificateProfileDTO = {
|
||||
@@ -74,7 +74,7 @@ export type TUpdateCertificateProfileDTO = {
|
||||
autoRenew?: boolean;
|
||||
renewBeforeDays?: number;
|
||||
};
|
||||
acmeConfig?: {};
|
||||
acmeConfig?: unknown;
|
||||
};
|
||||
|
||||
export type TDeleteCertificateProfileDTO = {
|
||||
|
||||
Reference in New Issue
Block a user