Skip to content

Commit 40a1a24

Browse files
fix(parameters): type import path in AppConfigProvider (#1388)
1 parent 747a279 commit 40a1a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/parameters/src/types/AppConfigProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {
33
AppConfigDataClientConfig,
44
StartConfigurationSessionCommandInput,
55
} from '@aws-sdk/client-appconfigdata';
6-
import type { GetOptionsInterface } from 'types/BaseProvider';
6+
import type { GetOptionsInterface } from './BaseProvider';
77

88
/**
99
* Base interface for AppConfigProviderOptions.

0 commit comments

Comments
 (0)