Skip to content

Commit 31a493f

Browse files
authored
Update packages/parameters/src/BaseProvider.ts
1 parent bbfa196 commit 31a493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parameters/src/BaseProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ abstract class BaseProvider implements BaseProviderInterface {
3939
* this should be an acceptable tradeoff.
4040
*
4141
* @param {string} name - Parameter name
42-
* @param {GetOptionsInterface|DynamoDBGetOptionsInterface} options - Options to configure maximum age, trasformation, AWS SDK options, or force fetch
42+
* @param {GetOptionsInterface|SecretsGetOptionsInterface} options - Options to configure maximum age, trasformation, AWS SDK options, or force fetch
4343
*/
4444
public async get(name: string, options?: SecretsGetOptionsInterface): Promise<undefined | string | Uint8Array | Record<string, unknown>>;
4545
public async get(name: string, options?: GetOptionsInterface): Promise<undefined | string | Uint8Array | Record<string, unknown>> {

0 commit comments

Comments
 (0)