Change value of provider key to string

This commit is contained in:
Erik Dalén 2018-12-13 10:24:45 +01:00
parent c87266f660
commit ff933f81c4

View File

@ -669,7 +669,7 @@ export interface CodePipelineActionEvent {
type: {
owner: 'AWS' | 'Custom' | 'ThirdParty';
category: CodePipelineActionCategory;
provider: 'CodeDeploy';
provider: string;
version: number;
};
};