diff --git a/frontend/src/hooks/api/dynamicSecret/types.ts b/frontend/src/hooks/api/dynamicSecret/types.ts index 54e587989..517beb39c 100644 --- a/frontend/src/hooks/api/dynamicSecret/types.ts +++ b/frontend/src/hooks/api/dynamicSecret/types.ts @@ -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 = {