mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Change value of provider key to string
This commit is contained in:
parent
c87266f660
commit
ff933f81c4
2
types/aws-lambda/index.d.ts
vendored
2
types/aws-lambda/index.d.ts
vendored
@ -669,7 +669,7 @@ export interface CodePipelineActionEvent {
|
||||
type: {
|
||||
owner: 'AWS' | 'Custom' | 'ThirdParty';
|
||||
category: CodePipelineActionCategory;
|
||||
provider: 'CodeDeploy';
|
||||
provider: string;
|
||||
version: number;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user