Remove config types from export
Signed-off-by: Clare Liguori <liguori@amazon.com>
This commit is contained in:
@@ -14,13 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export { readAwsIntegrationConfig } from './config';
|
||||
export type {
|
||||
AwsIntegrationConfig,
|
||||
AwsIntegrationAccountConfig,
|
||||
AwsIntegrationDefaultAccountConfig,
|
||||
AwsIntegrationMainAccountConfig,
|
||||
} from './config';
|
||||
export { DefaultAwsCredentialsManager } from './DefaultAwsCredentialsManager';
|
||||
export type {
|
||||
AwsCredentialsManager,
|
||||
|
||||
Reference in New Issue
Block a user