fix: add missing type properties on client side

This commit is contained in:
Scott Wilson
2024-10-30 15:01:21 -07:00
parent 3a3811cb3c
commit c65a991943

View File

@@ -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 = {