mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: add missing type properties on client side
This commit is contained in:
@@ -224,9 +224,9 @@ export type TDynamicSecretProvider =
|
||||
accountId: string;
|
||||
username: string;
|
||||
password: string;
|
||||
// creationStatement: string;
|
||||
// revocationStatement: string;
|
||||
// renewStatement?: string;
|
||||
creationStatement: string;
|
||||
revocationStatement: string;
|
||||
renewStatement: string;
|
||||
};
|
||||
};
|
||||
export type TCreateDynamicSecretDTO = {
|
||||
|
||||
Reference in New Issue
Block a user