Skip to content

Commit

Permalink
fix(parameters): type import path in AppConfigProvider (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyanjp authored Mar 29, 2023
1 parent 747a279 commit 40a1a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parameters/src/types/AppConfigProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
AppConfigDataClientConfig,
StartConfigurationSessionCommandInput,
} from '@aws-sdk/client-appconfigdata';
import type { GetOptionsInterface } from 'types/BaseProvider';
import type { GetOptionsInterface } from './BaseProvider';

/**
* Base interface for AppConfigProviderOptions.
Expand Down

0 comments on commit 40a1a24

Please sign in to comment.